Enum TensorRtPaddingMode
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Represents TensorRT TensorRtPaddingMode values. 表示 TensorRT TensorRtPaddingMode 枚举值。
public enum TensorRtPaddingMode
Fields
ExplicitRoundDown = 0Represents the ExplicitRoundDown value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 ExplicitRoundDown 取值。
ExplicitRoundUp = 1Represents the ExplicitRoundUp value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 ExplicitRoundUp 取值。
SameLower = 3Represents the SameLower value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 SameLower 取值。
SameUpper = 2Represents the SameUpper value of TensorRtPaddingMode. 表示 TensorRtPaddingMode 的 SameUpper 取值。