-
Methods in org.robovm.apple.metalps with parameters of type MPSState.MPSStatePtr
| Modifier and Type |
Method |
Description |
MPSImage |
MPSCNNBinaryKernel.encode(MTLCommandBuffer commandBuffer,
MPSImage primaryImage,
MPSImage secondaryImage,
MPSState.MPSStatePtr outState,
boolean isTemporary) |
|
MPSImage |
MPSCNNKernel.encode(MTLCommandBuffer commandBuffer,
MPSImage sourceImage,
MPSState.MPSStatePtr outState,
boolean isTemporary) |
|
MPSImage |
MPSCNNMultiaryKernel.encode(MTLCommandBuffer commandBuffer,
NSArray<MPSImage> sourceImages,
MPSState.MPSStatePtr outState,
boolean isTemporary) |
|
MPSNDArray |
MPSNDArrayBinaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
MPSNDArray |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
MPSNDArray |
MPSNDArrayUnaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
MPSImage |
MPSNNReshape.encodeToCommandBuffer(MTLCommandBuffer commandBuffer,
MPSImage sourceImage,
MPSState.MPSStatePtr outState,
boolean isTemporary,
long reshapedWidth,
long reshapedHeight,
long reshapedFeatureChannels) |
|