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 = 4Represents the Average value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Average 取值。
Max = 2Represents the Max value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Max 取值。
Min = 3Represents the Min value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Min 取值。
None = 5Represents the None value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 None 取值。
Product = 1Represents the Product value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Product 取值。
Sum = 0Represents the Sum value of TensorRtDistributedReduceOperation. 表示 TensorRtDistributedReduceOperation 的 Sum 取值。