枚举类型,池化类型。
enum class PoolingKind : int32_t { MAX = 0, AVERAGE, };
成员名称
描述
MAX
最大池化类型。
AVERAGE
平均池化类型。