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