-
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphDepthwiseConvolution3DOpDescriptor
| Modifier and Type |
Method |
Description |
MPSGraphTensor |
MPSGraph.depthwiseConvolution3D(MPSGraphTensor source,
MPSGraphTensor weights,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3DDataGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor weights,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.depthwiseConvolution3DWeightsGradient(MPSGraphTensor incomingGradient,
MPSGraphTensor source,
NSArray<NSNumber> outputShape,
MPSGraphDepthwiseConvolution3DOpDescriptor descriptor,
String name) |
|