Uses of Class
org.robovm.apple.metalps.MPSState
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSState in org.robovm.apple.metalps
Subclasses of MPSState in org.robovm.apple.metalps Modifier and Type Class Description classMPSCNNArithmeticGradientStateclassMPSCNNBatchNormalizationStateclassMPSCNNConvolutionGradientStateclassMPSCNNConvolutionTransposeGradientStateclassMPSCNNConvolutionWeightsAndBiasesStateclassMPSCNNDropoutGradientStateclassMPSCNNGroupNormalizationGradientStateclassMPSCNNInstanceNormalizationGradientStateclassMPSCNNLossLabelsclassMPSCNNNormalizationGammaAndBetaStateclassMPSCNNNormalizationMeanAndVarianceStateclassMPSNDArrayGatherGradientStateclassMPSNDArrayGradientStateclassMPSNNBinaryGradientStateclassMPSNNGradientStateclassMPSNNMultiaryGradientStateclassMPSRNNMatrixTrainingStateclassMPSRNNRecurrentImageStateclassMPSRNNRecurrentMatrixStateMethods in org.robovm.apple.metalps that return MPSState Modifier and Type Method Description MPSStateMPSCNNBinaryKernel. getResultState(MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNKernel. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNMultiaryKernel. getResultState(NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSNDArrayMultiaryBase. getResultState(NSArray<MPSNDArray> sourceArrays, NSArray<MPSState> sourceStates, MPSNDArray destinationArray)MPSStateMPSCNNKernel. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNBinaryKernel. getTemporaryResultState(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNMultiaryKernel. getTemporaryResultState(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)Methods in org.robovm.apple.metalps that return types with arguments of type MPSState Modifier and Type Method Description NSArray<? extends MPSState>MPSCNNBinaryKernel. getResultStateBatch(NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNKernel. getResultStateBatch(NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNMultiaryKernel. getResultStateBatch(NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNBinaryKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<? extends MPSState>MPSCNNMultiaryKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)Methods in org.robovm.apple.metalps with parameters of type MPSState Modifier and Type Method Description MPSImageMPSCNNGradientKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceGradient, MPSImage sourceImage, MPSState gradientState)voidMPSCNNGradientKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceGradient, MPSImage sourceImage, MPSState gradientState, MPSImage destinationGradient)voidMPSCNNKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSState destinationState, MPSImage destinationImage)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, 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)voidMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSState outGradientState, MPSNDArray destination)MPSNDArrayDescriptorMPSNDArrayMultiaryBase. getDestinationArrayDescriptor(NSArray<MPSNDArray> sources, MPSState state)Method parameters in org.robovm.apple.metalps with type arguments of type MPSState Modifier and Type Method Description NSArray<MPSImage>MPSCNNBinaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImages, NSArray<MPSImage> secondaryImages, NSArray.NSArrayPtr<? extends MPSState> outState, boolean isTemporary)NSArray<MPSImage>MPSCNNKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary)NSArray<MPSImage>MPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImageBatches, NSArray.NSArrayPtr<? extends MPSState> outState, boolean isTemporary)NSArray<MPSImage>MPSNNForwardLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary)NSArray<MPSImage>MPSNNReshape. encodeBatchToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)longMPSCNNBinaryKernel. encodingStorageSize(MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)longMPSCNNKernel. getEncodingStorageSize(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNBatchNormalizationStateMPSCNNBatchNormalization. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNBinaryKernel. getResultState(MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNConvolutionGradientStateMPSCNNConvolution. getResultState(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNConvolutionGradientStateMPSCNNConvolution. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNDropoutGradientStateMPSCNNDropout. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNGroupNormalizationGradientStateMPSCNNGroupNormalization. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNInstanceNormalizationGradientStateMPSCNNInstanceNormalization. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNKernel. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNBatchNormalizationStateMPSCNNBatchNormalization. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNDropoutGradientStateMPSCNNDropout. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNGroupNormalizationGradientStateMPSCNNGroupNormalization. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNKernel. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSStateMPSCNNBinaryKernel. getTemporaryResultState(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNInstanceNormalizationGradientStateMPSCNNInstanceNormalization. getTemporaryResultState(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)static longMPSStateBatch. incrementReadCount(NSArray<? extends MPSState> batch, long amount)static longMPSStateBatch. resourceSize(NSArray<? extends MPSState> batch)static voidMPSStateBatch. synchronize(NSArray<? extends MPSState> batch, MTLCommandBuffer cmdBuf)