Class MPSCNNReductionType
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSCNNReductionType
-
public final class MPSCNNReductionType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCountHolds the number of MPSCNNReductionTypesstatic intMeanMeanstatic intNonestatic intSumSumstatic intSumByNonZeroWeightsSum divided by the number of non-zero weights
-
-
-
Field Detail
-
None
public static final int None
- See Also:
- Constant Field Values
-
Sum
public static final int Sum
Sum- See Also:
- Constant Field Values
-
Mean
public static final int Mean
Mean- See Also:
- Constant Field Values
-
SumByNonZeroWeights
public static final int SumByNonZeroWeights
Sum divided by the number of non-zero weights- See Also:
- Constant Field Values
-
Count
public static final int Count
Holds the number of MPSCNNReductionTypes- See Also:
- Constant Field Values
-
-