-
Methods in org.robovm.apple.metalps that return MPSNDArray
| Modifier and Type |
Method |
Description |
MPSNDArray |
MPSNDArray.createArrayView(MTLCommandBuffer cmdBuf,
MPSNDArrayDescriptor descriptor,
MPSAliasingStrategy aliasing) |
|
MPSNDArray |
MPSNDArrayBinaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray) |
|
MPSNDArray |
MPSNDArrayBinaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
MPSNDArray |
MPSNDArrayBinaryPrimaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSNDArray gradient,
MPSState state) |
|
MPSNDArray |
MPSNDArrayBinarySecondaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSNDArray gradient,
MPSState state) |
|
MPSNDArray |
MPSNDArrayMultiaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sources,
MPSNDArray gradient,
MPSState state) |
|
MPSNDArray |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays) |
|
MPSNDArray |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
MPSNDArray |
MPSNDArrayUnaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSNDArray gradient,
MPSState state) |
|
MPSNDArray |
MPSNDArrayUnaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray) |
|
MPSNDArray |
MPSNDArrayUnaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
MPSNDArray |
MPSNDArrayAllocator.getArrayForCommandBuffer(MTLCommandBuffer cmdBuf,
MPSNDArrayDescriptor descriptor,
MPSKernel kernel) |
|
MPSNDArray |
MPSNDArrayAllocatorAdapter.getArrayForCommandBuffer(MTLCommandBuffer cmdBuf,
MPSNDArrayDescriptor descriptor,
MPSKernel kernel) |
|
MPSNDArray |
MPSNDArray.getParent() |
|
Methods in org.robovm.apple.metalps with parameters of type MPSNDArray
| Modifier and Type |
Method |
Description |
MPSNDArray |
MPSNDArrayBinaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray) |
|
void |
MPSNDArrayBinaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayBinaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
void |
MPSNDArrayBinaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSState outGradientState,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayBinaryPrimaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSNDArray gradient,
MPSState state) |
|
void |
MPSNDArrayBinaryPrimaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSNDArray gradient,
MPSState state,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayBinarySecondaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSNDArray gradient,
MPSState state) |
|
void |
MPSNDArrayBinarySecondaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray primarySourceArray,
MPSNDArray secondarySourceArray,
MPSNDArray gradient,
MPSState state,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayMultiaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sources,
MPSNDArray gradient,
MPSState state) |
|
void |
MPSNDArrayMultiaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sources,
MPSNDArray gradient,
MPSState state,
MPSNDArray destination) |
|
void |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays,
MPSNDArray destination) |
|
void |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays,
MPSState outGradientState,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayUnaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSNDArray gradient,
MPSState state) |
|
void |
MPSNDArrayUnaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSNDArray gradient,
MPSState state,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayUnaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray) |
|
void |
MPSNDArrayUnaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayUnaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
void |
MPSNDArrayUnaryKernel.encode(MTLCommandBuffer cmdBuf,
MPSNDArray sourceArray,
MPSState outGradientState,
MPSNDArray destination) |
|
MPSState |
MPSNDArrayMultiaryBase.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 |
MPSNDArray |
MPSNDArrayMultiaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sources,
MPSNDArray gradient,
MPSState state) |
|
void |
MPSNDArrayMultiaryGradientKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sources,
MPSNDArray gradient,
MPSState state,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays) |
|
void |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays,
MPSNDArray destination) |
|
MPSNDArray |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays,
MPSState.MPSStatePtr outGradientState,
boolean outputStateIsTemporary) |
|
void |
MPSNDArrayMultiaryKernel.encode(MTLCommandBuffer cmdBuf,
NSArray<MPSNDArray> sourceArrays,
MPSState outGradientState,
MPSNDArray destination) |
|
MPSNDArrayDescriptor |
MPSNDArrayMultiaryBase.getDestinationArrayDescriptor(NSArray<MPSNDArray> sources,
MPSState state) |
|
MPSState |
MPSNDArrayMultiaryBase.getResultState(NSArray<MPSNDArray> sourceArrays,
NSArray<MPSState> sourceStates,
MPSNDArray destinationArray) |
|
-