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