Enum TensorRtPoolingType
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Represents TensorRT TensorRtPoolingType values. 表示 TensorRT TensorRtPoolingType 枚举值。
public enum TensorRtPoolingType
Fields
Average = 1Represents the Average value of TensorRtPoolingType. 表示 TensorRtPoolingType 的 Average 取值。
Max = 0Represents the Max value of TensorRtPoolingType. 表示 TensorRtPoolingType 的 Max 取值。
MaxAverageBlend = 2Represents the MaxAverageBlend value of TensorRtPoolingType. 表示 TensorRtPoolingType 的 MaxAverageBlend 取值。