enum class PoolingKind 说明 枚举类型,池化类型。 定义 enum class PoolingKind : int32_t { MAX = 0, AVERAGE, }; 成员 成员名称 描述 MAX 最大池化类型。 AVERAGE 平均池化类型。 父主题: 数据结构参考