Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphTensorNamedDataLayout
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphTensorNamedDataLayout in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphTensorNamedDataLayout Modifier and Type Method Description MPSGraphTensorNamedDataLayoutMPSGraphConvolution2DOpDescriptor. getDataLayout()MPSGraphTensorNamedDataLayoutMPSGraphDepthwiseConvolution2DOpDescriptor. getDataLayout()MPSGraphTensorNamedDataLayoutMPSGraphPooling2DOpDescriptor. getDataLayout()MPSGraphTensorNamedDataLayoutMPSGraphConvolution2DOpDescriptor. getWeightsLayout()MPSGraphTensorNamedDataLayoutMPSGraphDepthwiseConvolution2DOpDescriptor. getWeightsLayout()static MPSGraphTensorNamedDataLayoutMPSGraphTensorNamedDataLayout. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSGraphTensorNamedDataLayoutMPSGraphTensorNamedDataLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSGraphTensorNamedDataLayout[]MPSGraphTensorNamedDataLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphTensorNamedDataLayout Modifier and Type Method Description protected static longMPSGraphConvolution2DOpDescriptor. create(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long groups, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)protected static longMPSGraphConvolution2DOpDescriptor. create(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long groups, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)protected static longMPSGraphDepthwiseConvolution2DOpDescriptor. create(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)protected static longMPSGraphDepthwiseConvolution2DOpDescriptor. create(MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)protected static longMPSGraphPooling2DOpDescriptor. create(long kernelWidth, long kernelHeight, long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout)protected static longMPSGraphPooling2DOpDescriptor. create(long kernelWidth, long kernelHeight, long strideInX, long strideInY, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout)MPSGraphTensorMPSGraph. resize(MPSGraphTensor gradient, MPSGraphTensor input, MPSGraphResizeMode mode, boolean centerResult, boolean alignCorners, MPSGraphTensorNamedDataLayout layout, String name)MPSGraphTensorMPSGraph. resizeTensor(MPSGraphTensor imagesTensor, NSArray<NSNumber> size, MPSGraphResizeMode mode, boolean centerResult, boolean alignCorners, MPSGraphTensorNamedDataLayout layout, String name)MPSGraphTensorMPSGraph. resizeTensor(MPSGraphTensor imagesTensor, MPSGraphTensor size, MPSGraphResizeMode mode, boolean centerResult, boolean alignCorners, MPSGraphTensorNamedDataLayout layout, String name)voidMPSGraphConvolution2DOpDescriptor. setDataLayout(MPSGraphTensorNamedDataLayout v)voidMPSGraphDepthwiseConvolution2DOpDescriptor. setDataLayout(MPSGraphTensorNamedDataLayout v)voidMPSGraphPooling2DOpDescriptor. setDataLayout(MPSGraphTensorNamedDataLayout v)voidMPSGraphConvolution2DOpDescriptor. setWeightsLayout(MPSGraphTensorNamedDataLayout v)voidMPSGraphDepthwiseConvolution2DOpDescriptor. setWeightsLayout(MPSGraphTensorNamedDataLayout v)Constructors in org.robovm.apple.metalpsgraph with parameters of type MPSGraphTensorNamedDataLayout Constructor Description MPSGraphConvolution2DOpDescriptor(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long groups, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)MPSGraphConvolution2DOpDescriptor(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long groups, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)MPSGraphDepthwiseConvolution2DOpDescriptor(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)MPSGraphDepthwiseConvolution2DOpDescriptor(MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)MPSGraphPooling2DOpDescriptor(long kernelWidth, long kernelHeight, long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout)MPSGraphPooling2DOpDescriptor(long kernelWidth, long kernelHeight, long strideInX, long strideInY, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout)