Enum TensorRtAttentionNormalizationOperation
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Describes the normalization operation used inside TensorRT attention. 描述 TensorRT attention 内部使用的归一化操作。
public enum TensorRtAttentionNormalizationOperation
Fields
None = 0Represents the None value of TensorRtAttentionNormalizationOperation. 表示 TensorRtAttentionNormalizationOperation 的 None 取值。
Softmax = 1Represents the Softmax value of TensorRtAttentionNormalizationOperation. 表示 TensorRtAttentionNormalizationOperation 的 Softmax 取值。