Uses of Class
org.robovm.apple.metalps.MPSRNNMatrixTrainingState
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSRNNMatrixTrainingState in org.robovm.apple.metalps
Method parameters in org.robovm.apple.metalps with type arguments of type MPSRNNMatrixTrainingState Modifier and Type Method Description voidMPSRNNMatrixTrainingLayer. encodeForwardSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, NSMutableArray<MPSRNNMatrixTrainingState> trainingStates, NSArray<MPSMatrix> weights)voidMPSRNNMatrixTrainingLayer. encodeForwardSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, MachineSizedUIntPtr sourceOffsets, NSArray<MPSMatrix> destinationMatrices, MachineSizedUIntPtr destinationOffsets, NSMutableArray<MPSRNNMatrixTrainingState> trainingStates, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates, NSArray<MPSMatrix> weights)