枚举类型,表示对算子reduce的类型。
enum class ReduceOperation : int32_t { AVG = 0, MAX };
成员名称
描述
AVG
进行求平均归约操作。
MAX
进行求最大归约操作。