Table of Contents

Enum TensorRtPoolingType

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

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

public enum TensorRtPoolingType

Fields

Average = 1

Represents the Average value of TensorRtPoolingType. 表示 TensorRtPoolingType 的 Average 取值。

Max = 0

Represents the Max value of TensorRtPoolingType. 表示 TensorRtPoolingType 的 Max 取值。

MaxAverageBlend = 2

Represents the MaxAverageBlend value of TensorRtPoolingType. 表示 TensorRtPoolingType 的 MaxAverageBlend 取值。