-
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphTensorNamedDataLayout
| Modifier and Type |
Method |
Description |
protected static long |
MPSGraphConvolution2DOpDescriptor.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 long |
MPSGraphConvolution2DOpDescriptor.create(long strideInX,
long strideInY,
long dilationRateInX,
long dilationRateInY,
long groups,
MPSGraphPaddingStyle paddingStyle,
MPSGraphTensorNamedDataLayout dataLayout,
MPSGraphTensorNamedDataLayout weightsLayout) |
|
protected static long |
MPSGraphDepthwiseConvolution2DOpDescriptor.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 long |
MPSGraphDepthwiseConvolution2DOpDescriptor.create(MPSGraphTensorNamedDataLayout dataLayout,
MPSGraphTensorNamedDataLayout weightsLayout) |
|
protected static long |
MPSGraphPooling2DOpDescriptor.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 long |
MPSGraphPooling2DOpDescriptor.create(long kernelWidth,
long kernelHeight,
long strideInX,
long strideInY,
MPSGraphPaddingStyle paddingStyle,
MPSGraphTensorNamedDataLayout dataLayout) |
|
MPSGraphTensor |
MPSGraph.resize(MPSGraphTensor gradient,
MPSGraphTensor input,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.resizeTensor(MPSGraphTensor imagesTensor,
NSArray<NSNumber> size,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
MPSGraphTensor |
MPSGraph.resizeTensor(MPSGraphTensor imagesTensor,
MPSGraphTensor size,
MPSGraphResizeMode mode,
boolean centerResult,
boolean alignCorners,
MPSGraphTensorNamedDataLayout layout,
String name) |
|
void |
MPSGraphConvolution2DOpDescriptor.setDataLayout(MPSGraphTensorNamedDataLayout v) |
|
void |
MPSGraphDepthwiseConvolution2DOpDescriptor.setDataLayout(MPSGraphTensorNamedDataLayout v) |
|
void |
MPSGraphPooling2DOpDescriptor.setDataLayout(MPSGraphTensorNamedDataLayout v) |
|
void |
MPSGraphConvolution2DOpDescriptor.setWeightsLayout(MPSGraphTensorNamedDataLayout v) |
|
void |
MPSGraphDepthwiseConvolution2DOpDescriptor.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) |
|