Uses of Class
org.robovm.apple.metalps.MPSVector
| Package | Description |
|---|---|
| org.robovm.apple.metalps | |
| org.robovm.apple.metalpsgraph |
-
Uses of MPSVector in org.robovm.apple.metalps
Subclasses of MPSVector in org.robovm.apple.metalps Modifier and Type Class Description classMPSTemporaryVectorMethods in org.robovm.apple.metalps with parameters of type MPSVector Modifier and Type Method Description voidMPSMatrixBatchNormalization. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSVector meanVector, MPSVector varianceVector, MPSVector gammaVector, MPSVector betaVector, MPSMatrix resultMatrix)voidMPSMatrixBatchNormalizationGradient. encode(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix inputMatrix, MPSVector meanVector, MPSVector varianceVector, MPSVector gammaVector, MPSVector betaVector, MPSMatrix resultGradientForDataMatrix, MPSVector resultGradientForGammaVector, MPSVector resultGradientForBetaVector)voidMPSMatrixCopy. encode(MTLCommandBuffer commandBuffer, MPSMatrixCopyDescriptor copyDescriptor, MPSVector rowPermuteIndices, long rowPermuteOffset, MPSVector columnPermuteIndices, long columnPermuteOffset)voidMPSMatrixFullyConnected. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSMatrix weightMatrix, MPSVector biasVector, MPSMatrix resultMatrix)voidMPSMatrixNeuron. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSVector biasVector, MPSMatrix resultMatrix)voidMPSMatrixNeuronGradient. encode(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix inputMatrix, MPSVector biasVector, MPSMatrix resultGradientForDataMatrix, MPSVector resultGradientForBiasVector)voidMPSMatrixRandom. encode(MTLCommandBuffer commandBuffer, MPSVector destinationVector)voidMPSMatrixSum. encode(MTLCommandBuffer buffer, NSArray<MPSMatrix> sourceMatrices, MPSMatrix resultMatrix, MPSVector scaleVector, MPSVector offsetVector, MPSVector biasVector, long startIndex)voidMPSMatrixVectorMultiplication. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSVector inputVector, MPSVector resultVector)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSVector inputGradientVector, MPSVector inputValuesVector, MPSVector inputMomentumVector, MPSVector inputVelocityVector, MPSVector resultValuesVector)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSVector inputGradientVector, MPSVector inputValuesVector, MPSVector inputMomentumVector, MPSVector inputVelocityVector, MPSVector maximumVelocityVector, MPSVector resultValuesVector)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSVector inputGradientVector, MPSVector inputValuesVector, MPSVector inputSumOfSquaresVector, MPSVector resultValuesVector)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSVector inputGradientVector, MPSVector inputValuesVector, MPSVector inputMomentumVector, MPSVector resultValuesVector)voidMPSMatrixFullyConnectedGradient. encodeGradient(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix inputMatrix, MPSMatrix resultGradientForWeightMatrix, MPSVector resultGradientForBiasVector)protected longMPSMatrixCopyDescriptor. init(NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, MPSVector offsets, long byteOffset)Method parameters in org.robovm.apple.metalps with type arguments of type MPSVector Modifier and Type Method Description voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, NSArray<MPSVector> maximumVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, NSArray<MPSVector> maximumVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, NSArray<MPSVector> maximumVelocityVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputMomentumVectors, NSArray<MPSVector> inputVelocityVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputMomentumVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputMomentumVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionWeightsAndBiasesState convolutionSourceState, NSArray<MPSVector> inputMomentumVectors, MPSCNNConvolutionWeightsAndBiasesState resultState)Constructors in org.robovm.apple.metalps with parameters of type MPSVector Constructor Description MPSMatrixCopyDescriptor(NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, MPSVector offsets, long byteOffset) -
Uses of MPSVector in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSVector Modifier and Type Method Description protected longMPSGraphTensorData. init(MPSVector vector)protected longMPSGraphTensorData. init(MPSVector vector, long rank)Constructors in org.robovm.apple.metalpsgraph with parameters of type MPSVector Constructor Description MPSGraphTensorData(MPSVector vector)MPSGraphTensorData(MPSVector vector, long rank)