-
Methods in org.robovm.apple.metalps with parameters of type MPSRNNRecurrentMatrixState
| Modifier and Type |
Method |
Description |
void |
MPSRNNMatrixTrainingLayer.encodeForwardSequence(MTLCommandBuffer commandBuffer,
NSArray<MPSMatrix> sourceMatrices,
MachineSizedUIntPtr sourceOffsets,
NSArray<MPSMatrix> destinationMatrices,
MachineSizedUIntPtr destinationOffsets,
NSMutableArray<MPSRNNMatrixTrainingState> trainingStates,
MPSRNNRecurrentMatrixState recurrentInputState,
NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates,
NSArray<MPSMatrix> weights) |
|
void |
MPSRNNMatrixTrainingLayer.encodeGradientSequence(MTLCommandBuffer commandBuffer,
NSArray<MPSMatrix> forwardSources,
MachineSizedUIntPtr forwardSourceOffsets,
NSArray<MPSMatrix> sourceGradients,
MachineSizedUIntPtr sourceGradientOffsets,
NSArray<MPSMatrix> destinationGradients,
MachineSizedUIntPtr destinationOffsets,
NSArray<MPSMatrix> weightGradients,
NSArray<MPSRNNMatrixTrainingState> trainingStates,
MPSRNNRecurrentMatrixState recurrentInputState,
NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates,
NSArray<MPSMatrix> weights) |
|
void |
MPSRNNMatrixInferenceLayer.encodeSequence(MTLCommandBuffer commandBuffer,
NSArray<MPSMatrix> sourceMatrices,
NSArray<MPSMatrix> destinationMatrices,
MPSRNNRecurrentMatrixState recurrentInputState,
NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates) |
|
void |
MPSRNNMatrixInferenceLayer.encodeSequence(MTLCommandBuffer commandBuffer,
NSArray<MPSMatrix> sourceMatrices,
MachineSizedUIntPtr sourceOffsets,
NSArray<MPSMatrix> destinationMatrices,
MachineSizedUIntPtr destinationOffsets,
MPSRNNRecurrentMatrixState recurrentInputState,
NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates) |
|
Method parameters in org.robovm.apple.metalps with type arguments of type MPSRNNRecurrentMatrixState
| Modifier and Type |
Method |
Description |
void |
MPSRNNMatrixTrainingLayer.encodeGradientSequence(MTLCommandBuffer commandBuffer,
NSArray<MPSMatrix> forwardSources,
MachineSizedUIntPtr forwardSourceOffsets,
NSArray<MPSMatrix> sourceGradients,
MachineSizedUIntPtr sourceGradientOffsets,
NSArray<MPSMatrix> destinationGradients,
MachineSizedUIntPtr destinationOffsets,
NSArray<MPSMatrix> weightGradients,
NSArray<MPSRNNMatrixTrainingState> trainingStates,
MPSRNNRecurrentMatrixState recurrentInputState,
NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates,
NSArray<MPSMatrix> weights) |
|
void |
MPSRNNMatrixInferenceLayer.encodeSequence(MTLCommandBuffer commandBuffer,
NSArray<MPSMatrix> sourceMatrices,
NSArray<MPSMatrix> destinationMatrices,
MPSRNNRecurrentMatrixState recurrentInputState,
NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates) |
|
void |
MPSRNNMatrixInferenceLayer.encodeSequence(MTLCommandBuffer commandBuffer,
NSArray<MPSMatrix> sourceMatrices,
MachineSizedUIntPtr sourceOffsets,
NSArray<MPSMatrix> destinationMatrices,
MachineSizedUIntPtr destinationOffsets,
MPSRNNRecurrentMatrixState recurrentInputState,
NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates) |
|