Class MPSDataLayout
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSDataLayout
-
public final class MPSDataLayout extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFeatureChannelsxHeightxWidthoutput as order [imageNum][numberOfFeatureChannels][imageHeight][imageWidth]static longHeightxWidthxFeatureChannelsoutput as order [imageNum][imageHeight][imageWidth][numberOfFeatureChannels]
-
-
-
Field Detail
-
HeightxWidthxFeatureChannels
public static final long HeightxWidthxFeatureChannels
output as order [imageNum][imageHeight][imageWidth][numberOfFeatureChannels]- See Also:
- Constant Field Values
-
FeatureChannelsxHeightxWidth
public static final long FeatureChannelsxHeightxWidth
output as order [imageNum][numberOfFeatureChannels][imageHeight][imageWidth]- See Also:
- Constant Field Values
-
-