Table of Contents

Enum TensorRtAttentionIoForm

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Describes TensorRT attention input/output tensor packing. 描述 TensorRT attention 输入/输出张量排布方式。

public enum TensorRtAttentionIoForm

Fields

PackedNhd = 1

Represents the PackedNhd value of TensorRtAttentionIoForm. 表示 TensorRtAttentionIoForm 的 PackedNhd 取值。

PaddedBhnd = 0

Represents the PaddedBhnd value of TensorRtAttentionIoForm. 表示 TensorRtAttentionIoForm 的 PaddedBhnd 取值。