Uses of Class
org.robovm.apple.metalps.MPSNDArray
| Package | Description |
|---|---|
| org.robovm.apple.metalps | |
| org.robovm.apple.metalpsgraph |
-
Uses of MPSNDArray in org.robovm.apple.metalps
Subclasses of MPSNDArray in org.robovm.apple.metalps Modifier and Type Class Description classMPSTemporaryNDArrayMethods in org.robovm.apple.metalps that return MPSNDArray Modifier and Type Method Description MPSNDArrayMPSNDArray. createArrayView(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSAliasingStrategy aliasing)MPSNDArrayMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray)MPSNDArrayMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)MPSNDArrayMPSNDArrayBinaryPrimaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray gradient, MPSState state)MPSNDArrayMPSNDArrayBinarySecondaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray gradient, MPSState state)MPSNDArrayMPSNDArrayMultiaryGradientKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sources, MPSNDArray gradient, MPSState state)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)MPSNDArrayMPSNDArrayUnaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSNDArray gradient, MPSState state)MPSNDArrayMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray)MPSNDArrayMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)MPSNDArrayMPSNDArrayAllocator. getArrayForCommandBuffer(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSKernel kernel)MPSNDArrayMPSNDArrayAllocatorAdapter. getArrayForCommandBuffer(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSKernel kernel)MPSNDArrayMPSNDArray. getParent()Methods in org.robovm.apple.metalps with parameters of type MPSNDArray Modifier and Type Method Description MPSNDArrayMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray)voidMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray destination)MPSNDArrayMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)voidMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSState outGradientState, MPSNDArray destination)MPSNDArrayMPSNDArrayBinaryPrimaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray gradient, MPSState state)voidMPSNDArrayBinaryPrimaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray gradient, MPSState state, MPSNDArray destination)MPSNDArrayMPSNDArrayBinarySecondaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray gradient, MPSState state)voidMPSNDArrayBinarySecondaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray gradient, MPSState state, MPSNDArray destination)MPSNDArrayMPSNDArrayMultiaryGradientKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sources, MPSNDArray gradient, MPSState state)voidMPSNDArrayMultiaryGradientKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sources, MPSNDArray gradient, MPSState state, MPSNDArray destination)voidMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSNDArray destination)voidMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState outGradientState, MPSNDArray destination)MPSNDArrayMPSNDArrayUnaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSNDArray gradient, MPSState state)voidMPSNDArrayUnaryGradientKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSNDArray gradient, MPSState state, MPSNDArray destination)MPSNDArrayMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray)voidMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSNDArray destination)MPSNDArrayMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)voidMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSState outGradientState, MPSNDArray destination)MPSStateMPSNDArrayMultiaryBase. getResultState(NSArray<MPSNDArray> sourceArrays, NSArray<MPSState> sourceStates, MPSNDArray destinationArray)Method parameters in org.robovm.apple.metalps with type arguments of type MPSNDArray Modifier and Type Method Description MPSNDArrayMPSNDArrayMultiaryGradientKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sources, MPSNDArray gradient, MPSState state)voidMPSNDArrayMultiaryGradientKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sources, MPSNDArray gradient, MPSState state, MPSNDArray destination)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays)voidMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSNDArray destination)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)voidMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState outGradientState, MPSNDArray destination)MPSNDArrayDescriptorMPSNDArrayMultiaryBase. getDestinationArrayDescriptor(NSArray<MPSNDArray> sources, MPSState state)MPSStateMPSNDArrayMultiaryBase. getResultState(NSArray<MPSNDArray> sourceArrays, NSArray<MPSState> sourceStates, MPSNDArray destinationArray) -
Uses of MPSNDArray in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSNDArray Modifier and Type Method Description MPSNDArrayMPSGraphTensorData. mpsndarray()Methods in org.robovm.apple.metalpsgraph with parameters of type MPSNDArray Modifier and Type Method Description protected longMPSGraphTensorData. init(MPSNDArray ndarray)Constructors in org.robovm.apple.metalpsgraph with parameters of type MPSNDArray Constructor Description MPSGraphTensorData(MPSNDArray ndarray)