Table of Contents

Enum TensorRtDistributedReduceOperation

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Selects the distributed reduction operation for a TensorRT 11 DistCollective layer. 选择 TensorRT 11 DistCollective 层使用的分布式归约操作。

public enum TensorRtDistributedReduceOperation

Fields

Average = 4

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

Max = 2

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

Min = 3

Represents the Min value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Min 取值。

None = 5

Represents the None value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 None 取值。

Product = 1

Represents the Product value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Product 取值。

Sum = 0

Represents the Sum value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Sum 取值。