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