Table of Contents

Enum TensorRtCausalMaskKind

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Describes TensorRT attention causal-mask alignment. 描述 TensorRT attention 因果 mask 的对齐方向。

public enum TensorRtCausalMaskKind

Fields

LowerRight = 2

Represents the LowerRight value of TensorRtCausalMaskKind. 表示 TensorRtCausalMaskKind 的 LowerRight 取值。

None = 0

Represents the None value of TensorRtCausalMaskKind. 表示 TensorRtCausalMaskKind 的 None 取值。

UpperLeft = 1

Represents the UpperLeft value of TensorRtCausalMaskKind. 表示 TensorRtCausalMaskKind 的 UpperLeft 取值。