Uses of Class
org.robovm.apple.metalps.MPSState.MPSStatePtr
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSState.MPSStatePtr in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type MPSState.MPSStatePtr Modifier and Type Method Description MPSImageMPSCNNBinaryKernel. encode(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, MPSState.MPSStatePtr outState, boolean isTemporary)MPSImageMPSCNNKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSState.MPSStatePtr outState, boolean isTemporary)MPSImageMPSCNNMultiaryKernel. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSState.MPSStatePtr outState, boolean isTemporary)MPSNDArrayMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)MPSNDArrayMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)MPSImageMPSNNReshape. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSState.MPSStatePtr outState, boolean isTemporary, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)