Table of Contents

Enum TensorRtPaddingMode

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Represents TensorRT TensorRtPaddingMode values. 表示 TensorRT TensorRtPaddingMode 枚举值。

public enum TensorRtPaddingMode

Fields

ExplicitRoundDown = 0

Represents the ExplicitRoundDown value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 ExplicitRoundDown 取值。

ExplicitRoundUp = 1

Represents the ExplicitRoundUp value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 ExplicitRoundUp 取值。

SameLower = 3

Represents the SameLower value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 SameLower 取值。

SameUpper = 2

Represents the SameUpper value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 SameUpper 取值。