Uses of Interface
org.robovm.apple.metal.MTLCommandBuffer
-
Uses of MTLCommandBuffer in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit with parameters of type MTLCommandBuffer Modifier and Type Method Description MTLTextureARMatteGenerator. generateDilatedDepth(ARFrame frame, MTLCommandBuffer commandBuffer)MTLTextureARMatteGenerator. generateMatte(ARFrame frame, MTLCommandBuffer commandBuffer) -
Uses of MTLCommandBuffer in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return MTLCommandBuffer Modifier and Type Method Description MTLCommandBufferCIImageProcessorOutput. getMetalCommandBuffer()MTLCommandBufferCIImageProcessorOutputAdapter. getMetalCommandBuffer()Methods in org.robovm.apple.coreimage with parameters of type MTLCommandBuffer Modifier and Type Method Description protected longCIRenderDestination. init(long width, long height, MTLPixelFormat pixelFormat, MTLCommandBuffer commandBuffer, Block0<MTLTexture> block)protected longCIRenderDestination. init(MTLTexture texture, MTLCommandBuffer commandBuffer)voidCIContext. render(CIImage image, MTLTexture texture, MTLCommandBuffer commandBuffer, CGRect bounds, CGColorSpace colorSpace)Constructors in org.robovm.apple.coreimage with parameters of type MTLCommandBuffer Constructor Description CIRenderDestination(long width, long height, MTLPixelFormat pixelFormat, MTLCommandBuffer commandBuffer, Block0<MTLTexture> block)CIRenderDestination(MTLTexture texture, MTLCommandBuffer commandBuffer) -
Uses of MTLCommandBuffer in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml with parameters of type MTLCommandBuffer Modifier and Type Method Description booleanMLCustomLayer. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<?> inputs, NSArray<?> outputs, NSError.NSErrorPtr error)booleanMLCustomLayerAdapter. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<?> inputs, NSArray<?> outputs, NSError.NSErrorPtr error) -
Uses of MTLCommandBuffer in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLCommandBuffer Modifier and Type Method Description MTLCommandBufferMTLCommandQueue. commandBuffer(MTLCommandBufferDescriptor descriptor)MTLCommandBufferMTLCommandQueue. getCommandBuffer()MTLCommandBufferMTLCommandQueue. getCommandBufferWithUnretainedReferences()Method parameters in org.robovm.apple.metal with type arguments of type MTLCommandBuffer Modifier and Type Method Description voidMTLCommandBuffer. addCompletedHandler(VoidBlock1<MTLCommandBuffer> block)voidMTLCommandBuffer. addScheduledHandler(VoidBlock1<MTLCommandBuffer> block) -
Uses of MTLCommandBuffer in org.robovm.apple.metalps
Classes in org.robovm.apple.metalps that implement MTLCommandBuffer Modifier and Type Class Description classMPSCommandBufferMethods in org.robovm.apple.metalps that return MTLCommandBuffer Modifier and Type Method Description MTLCommandBufferMPSCommandBuffer. getCommandBuffer()MTLCommandBufferMPSCommandBuffer. getRootCommandBuffer()Methods in org.robovm.apple.metalps with parameters of type MTLCommandBuffer Modifier and Type Method Description protected static longMPSCNNConvolutionWeightsAndBiasesState. create(MTLCommandBuffer commandBuffer, MPSCNNConvolutionDescriptor descriptor)protected static longMPSCNNNormalizationMeanAndVarianceState. create(MTLCommandBuffer commandBuffer, long numberOfFeatureChannels)protected static longMPSState. create(MTLCommandBuffer cmdBuf)protected static longMPSState. create(MTLCommandBuffer cmdBuf, long bufferSize)protected static longMPSState. create(MTLCommandBuffer cmdBuf, MTLTextureDescriptor descriptor)protected static longMPSState. create(MTLCommandBuffer commandBuffer, MPSStateResourceList resourceList)protected static longMPSTemporaryImage. create(MTLCommandBuffer commandBuffer, MTLTextureDescriptor textureDescriptor)protected static longMPSTemporaryImage. create(MTLCommandBuffer commandBuffer, MTLTextureDescriptor textureDescriptor, long featureChannels)protected static longMPSTemporaryImage. create(MTLCommandBuffer commandBuffer, MPSImageDescriptor imageDescriptor)protected static longMPSTemporaryMatrix. create(MTLCommandBuffer commandBuffer, MPSMatrixDescriptor matrixDescriptor)protected static longMPSTemporaryNDArray. create(MTLCommandBuffer commandBuffer, MPSNDArrayDescriptor descriptor)protected static longMPSTemporaryVector. create(MTLCommandBuffer commandBuffer, MPSVectorDescriptor descriptor)MPSNDArrayMPSNDArray. createArrayView(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSAliasingStrategy aliasing)static voidMPSTemporaryImage. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSImageDescriptor> descriptorList)static voidMPSTemporaryMatrix. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSMatrixDescriptor> descriptorList)static voidMPSTemporaryVector. createPrefetchStorage(MTLCommandBuffer commandBuffer, NSArray<MPSVectorDescriptor> descriptorList)protected static longMPSCNNNormalizationGammaAndBetaState. createTemporaryState(MTLCommandBuffer commandBuffer, long numberOfFeatureChannels)voidMPSRNNMatrixTrainingLayer. createTemporaryWeightGradientMatrices(NSMutableArray<MPSMatrix> matricesOut, MPSDataType dataType, MTLCommandBuffer commandBuffer)voidMPSBinaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture primaryTexture, MTLTexture secondaryTexture, MTLTexture destinationTexture)voidMPSBinaryImageKernel. encode(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, MPSImage destinationImage)voidMPSCNNArithmetic. encode(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, MPSCNNArithmeticGradientState destinationState, MPSImage destinationImage)voidMPSCNNBatchNormalization. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNBatchNormalizationState batchNormalizationState, MPSImage destinationImage)MPSImageMPSCNNBatchNormalizationGradient. encode(MTLCommandBuffer commandBuffer, MPSImage sourceGradient, MPSImage sourceImage, MPSCNNBatchNormalizationState batchNormalizationState)voidMPSCNNBatchNormalizationGradient. encode(MTLCommandBuffer commandBuffer, MPSImage sourceGradient, MPSImage sourceImage, MPSCNNBatchNormalizationState batchNormalizationState, MPSImage destinationGradient)MPSImageMPSCNNBinaryKernel. encode(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage)voidMPSCNNBinaryKernel. encode(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, MPSImage destinationImage)MPSImageMPSCNNBinaryKernel. encode(MTLCommandBuffer commandBuffer, MPSImage primaryImage, MPSImage secondaryImage, MPSState.MPSStatePtr outState, boolean isTemporary)MPSImageMPSCNNConvolutionTranspose. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNConvolutionGradientState convolutionGradientState)MPSImageMPSCNNConvolutionTranspose. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNConvolutionGradientState convolutionGradientState, MPSCNNConvolutionTransposeGradientState.MPSCNNConvolutionTransposeGradientStatePtr outState, boolean isTemporary)voidMPSCNNConvolutionTranspose. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNConvolutionGradientState convolutionGradientState, MPSImage destinationImage)MPSImageMPSCNNGradientKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceGradient, MPSImage sourceImage, MPSState gradientState)voidMPSCNNGradientKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceGradient, MPSImage sourceImage, MPSState gradientState, MPSImage destinationGradient)MPSImageMPSCNNKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage)voidMPSCNNKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSImage destinationImage)MPSImageMPSCNNKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSState.MPSStatePtr outState, boolean isTemporary)voidMPSCNNKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSState destinationState, MPSImage destinationImage)MPSImageMPSCNNLoss. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNLossLabels labels)voidMPSCNNLoss. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNLossLabels labels, MPSImage destinationImage)MPSImageMPSCNNMultiaryKernel. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages)voidMPSCNNMultiaryKernel. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSImage destinationImage)MPSImageMPSCNNMultiaryKernel. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSState.MPSStatePtr outState, boolean isTemporary)MPSImageMPSCNNYOLOLoss. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNLossLabels labels)voidMPSCNNYOLOLoss. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSCNNLossLabels labels, MPSImage destinationImage)voidMPSImageCopyToMatrix. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSMatrix destinationMatrix)voidMPSImageCopyToMatrix. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSMatrix destinationMatrix)voidMPSImageFindKeypoints. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLRegion regions, long numberOfRegions, MTLBuffer keypointCountBuffer, long keypointCountBufferOffset, MTLBuffer keypointDataBuffer, long keypointDataBufferOffset)voidMPSImageHistogram. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer histogram, long histogramOffset)voidMPSImageNormalizedHistogram. encode(MTLCommandBuffer commandBuffer, MTLTexture source, MTLTexture minmaxTexture, MTLBuffer histogram, long histogramOffset)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)voidMPSMatrixCopy. encode(MTLCommandBuffer commandBuffer, MPSMatrixCopyDescriptor copyDescriptor, MPSVector rowPermuteIndices, long rowPermuteOffset, MPSVector columnPermuteIndices, long columnPermuteOffset)voidMPSMatrixCopyToImage. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSImage destinationImage)voidMPSMatrixDecompositionCholesky. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix resultMatrix, MTLBuffer status)voidMPSMatrixDecompositionLU. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix resultMatrix, MPSMatrix pivotIndices, MTLBuffer status)voidMPSMatrixFindTopK. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSMatrix resultIndexMatrix, MPSMatrix resultValueMatrix)voidMPSMatrixFullyConnected. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSMatrix weightMatrix, MPSVector biasVector, MPSMatrix resultMatrix)voidMPSMatrixMultiplication. encode(MTLCommandBuffer commandBuffer, MPSMatrix leftMatrix, MPSMatrix rightMatrix, 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, MPSMatrix destinationMatrix)voidMPSMatrixRandom. encode(MTLCommandBuffer commandBuffer, MPSVector destinationVector)voidMPSMatrixSoftMax. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSMatrix resultMatrix)voidMPSMatrixSoftMaxGradient. encode(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix forwardOutputMatrix, MPSMatrix resultMatrix)voidMPSMatrixSolveCholesky. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix rightHandSideMatrix, MPSMatrix solutionMatrix)voidMPSMatrixSolveLU. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix rightHandSideMatrix, MPSMatrix pivotIndices, MPSMatrix solutionMatrix)voidMPSMatrixSolveTriangular. encode(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix rightHandSideMatrix, MPSMatrix solutionMatrix)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)MPSNDArrayMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray)voidMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSNDArray destination)MPSNDArrayMPSNDArrayBinaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray primarySourceArray, MPSNDArray secondarySourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)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)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays)voidMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSNDArray destination)MPSNDArrayMPSNDArrayMultiaryKernel. encode(MTLCommandBuffer cmdBuf, NSArray<MPSNDArray> sourceArrays, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)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)MPSNDArrayMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray)voidMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSNDArray destination)MPSNDArrayMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSState.MPSStatePtr outGradientState, boolean outputStateIsTemporary)voidMPSNDArrayUnaryKernel. encode(MTLCommandBuffer cmdBuf, MPSNDArray sourceArray, MPSState outGradientState, MPSNDArray destination)MPSImageMPSNNGraph. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages)MPSImageMPSNNGraph. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, NSMutableArray<MPSImage> intermediateImages, NSMutableArray<MPSState> destinationStates)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)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputGradientMatrix, MPSMatrix inputValuesMatrix, MPSMatrix inputMomentumMatrix, MPSMatrix inputVelocityMatrix, MPSMatrix resultValuesMatrix)voidMPSNNOptimizerAdam. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputGradientMatrix, MPSMatrix inputValuesMatrix, MPSMatrix inputMomentumMatrix, MPSMatrix inputVelocityMatrix, MPSMatrix maximumVelocityMatrix, MPSMatrix resultValuesMatrix)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, 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)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputGradientMatrix, MPSMatrix inputValuesMatrix, MPSMatrix inputSumOfSquaresMatrix, MPSMatrix resultValuesMatrix)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSVector inputGradientVector, MPSVector inputValuesVector, MPSVector inputSumOfSquaresVector, MPSVector resultValuesVector)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)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSMatrix inputGradientMatrix, MPSMatrix inputValuesMatrix, MPSMatrix inputMomentumMatrix, MPSMatrix resultValuesMatrix)voidMPSNNOptimizerStochasticGradientDescent. encode(MTLCommandBuffer commandBuffer, MPSVector inputGradientVector, MPSVector inputValuesVector, MPSVector inputMomentumVector, MPSVector resultValuesVector)MTLTextureMPSSVGFDenoiser. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)voidMPSSVGFDenoiser. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture destinationTexture2, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)voidMPSTemporalAA. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture previousTexture, MTLTexture destinationTexture, MTLTexture motionVectorTexture, MTLTexture depthTexture)voidMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture destinationTexture)booleanMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture texture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)voidMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSImage destinationImage)voidMPSCNNArithmetic. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImages, NSArray<MPSImage> secondaryImages, NSArray<MPSCNNArithmeticGradientState> destinationStates, NSArray<MPSImage> destinationImages)voidMPSCNNBatchNormalization. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNBatchNormalizationGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState)voidMPSCNNBatchNormalizationGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSImage> destinationGradients)voidMPSCNNBatchNormalizationStatistics. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState)voidMPSCNNBatchNormalizationStatisticsGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, MPSCNNBatchNormalizationState batchNormalizationState)NSArray<MPSImage>MPSCNNBinaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage)NSArray<MPSImage>MPSCNNBinaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImages, NSArray<MPSImage> secondaryImages, NSArray.NSArrayPtr<? extends MPSState> outState, boolean isTemporary)voidMPSCNNBinaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImages, NSArray<MPSImage> secondaryImages, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNConvolutionTranspose. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSCNNConvolutionGradientState> convolutionGradientStates, NSArray.NSArrayPtr<MPSCNNConvolutionTransposeGradientState> outStates, boolean isTemporary)NSArray<MPSImage>MPSCNNKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages)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<MPSImage>MPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImageBatches, NSArray.NSArrayPtr<? extends MPSState> outState, boolean isTemporary)voidMPSCNNMultiaryKernel. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNYOLOLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels)voidMPSCNNYOLOLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels, NSArray<MPSImage> destinationImage)voidMPSMatrixCopyToImage. encodeBatch(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSNNForwardLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary)voidMPSNNForwardLoss. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray<? extends MPSState> destinationStates, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSMutableArray<NSArray<MPSImage>> intermediateImages, NSMutableArray<NSArray<? extends MPSState>> destinationStates)NSArray<MPSImage>MPSNNLossGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray<? extends MPSState> sourceStates)voidMPSNNLossGradient. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<MPSImage> labels, NSArray<MPSImage> weights, NSArray<? extends MPSState> sourceStates, NSArray<MPSImage> destinationGradients)voidMPSCNNKernel. encodeBatch0(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<? extends MPSState> destinationStates, NSArray<MPSImage> destinationImages)voidMPSCNNKernel. encodeBatch0(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> destinationImages)NSArray<MPSImage>MPSCNNConvolutionTranspose. encodeBatchConvolutionGradient(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNConvolutionGradientState> convolutionGradientState)voidMPSCNNConvolutionTranspose. encodeBatchConvolutionGradient(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNConvolutionGradientState> convolutionGradientState, NSArray<MPSImage> destinationImage)NSArray<MPSImage>MPSCNNGradientKernel. encodeBatchGradients(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<? extends MPSState> gradientStates)voidMPSCNNGradientKernel. encodeBatchGradients(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceGradients, NSArray<MPSImage> sourceImages, NSArray<? extends MPSState> gradientStates, NSArray<MPSImage> destinationGradients)NSArray<MPSImage>MPSCNNLoss. encodeBatchLabels(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels)voidMPSCNNLoss. encodeBatchLabels(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSCNNLossLabels> labels, NSArray<MPSImage> destinationImage)NSArray<MPSImage>MPSNNReshape. encodeBatchToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)NSArray<MPSImage>MPSNNReshape. encodeBatchToCommandBuffer(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray.NSArrayPtr<? extends MPSState> outStates, boolean isTemporary, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)voidMPSRNNImageInferenceLayer. encodeBidirectionalSequence(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceSequence, NSArray<MPSImage> destinationForwardImages, NSArray<MPSImage> destinationBackwardImages)voidMPSRNNMatrixInferenceLayer. encodeBidirectionalSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceSequence, NSArray<MPSMatrix> destinationForwardMatrices, NSArray<MPSMatrix> destinationBackwardMatrices)voidMPSSVGF. encodeBilateralFilter(MTLCommandBuffer commandBuffer, long stepDistance, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture depthNormalTexture)voidMPSSVGF. encodeBilateralFilter(MTLCommandBuffer commandBuffer, long stepDistance, MTLTexture sourceTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture destinationTexture2, MTLTexture depthNormalTexture)voidMPSRNNMatrixTrainingLayer. encodeCopyWeights(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> weights, MPSRNNMatrixId matrixId, MPSMatrix matrix, boolean copyFromWeightsToMatrix, MTLOrigin matrixOffset)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)voidMPSMatrixFullyConnectedGradient. encodeGradient(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix weightMatrix, MPSMatrix resultGradientForDataMatrix)voidMPSMatrixFullyConnectedGradient. encodeGradient(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix inputMatrix, MPSMatrix resultGradientForWeightMatrix, MPSVector resultGradientForBiasVector)voidMPSRNNMatrixTrainingLayer. encodeGradientSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> forwardSources, NSArray<MPSMatrix> sourceGradients, NSArray<MPSMatrix> destinationGradients, NSArray<MPSMatrix> weightGradients, NSArray<MPSRNNMatrixTrainingState> trainingStates, NSArray<MPSMatrix> weights)voidMPSRNNMatrixTrainingLayer. 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)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, long rayCount, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer rayIndexBuffer, long rayIndexBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, long rayIndexCount, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer rayIndexBuffer, long rayIndexBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, MTLBuffer rayIndexCountBuffer, long rayIndexCountBufferOffset, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLBuffer rayBuffer, long rayBufferOffset, MTLBuffer intersectionBuffer, long intersectionBufferOffset, MTLBuffer rayCountBuffer, long rayCountBufferOffset, MPSAccelerationStructure accelerationStructure)voidMPSRayIntersector. encodeIntersection(MTLCommandBuffer commandBuffer, MPSIntersectionType intersectionType, MTLTexture rayTexture, MTLTexture intersectionTexture, MPSAccelerationStructure accelerationStructure)booleanMPSBinaryImageKernel. encodePrimaryTexture(MTLCommandBuffer commandBuffer, MTLTexture primaryTexture, MTLTexture inPlaceSecondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)voidMPSImageGuidedFilter. encodeReconstruction(MTLCommandBuffer commandBuffer, MTLTexture guidanceTexture, MTLTexture coefficientsTexture, MTLTexture destinationTexture)voidMPSImageGuidedFilter. encodeReconstruction(MTLCommandBuffer commandBuffer, MTLTexture guidanceTexture, MTLTexture coefficientsTextureA, MTLTexture coefficientsTextureB, MTLTexture destinationTexture)voidMPSAccelerationStructure. encodeRefitToCommandBuffer(MTLCommandBuffer commandBuffer)voidMPSImageGuidedFilter. encodeRegression(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture guidanceTexture, MTLTexture weightsTexture, MTLTexture destinationCoefficientsTexture)voidMPSImageGuidedFilter. encodeRegression(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture guidanceTexture, MTLTexture weightsTexture, MTLTexture destinationCoefficientsTextureA, MTLTexture destinationCoefficientsTextureB)voidMPSSVGF. encodeReprojection(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture previousTexture, MTLTexture destinationTexture, MTLTexture previousLuminanceMomentsTexture, MTLTexture destinationLuminanceMomentsTexture, MTLTexture previousFrameCountTexture, MTLTexture destinationFrameCountTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)voidMPSSVGF. encodeReprojectionToCommandBuffer$sourceTexture$previousTexture$destinationTexture$previousLuminanceMomentsTexture$destinationLuminanceMomentsTexture$sourceTexture2$previousTexture2$destinationTexture2$previousLuminanceMomentsTexture2$destinationLuminanceMomentsTexture2$previousFrameCountTexture$destinationFrameCountTexture$motionVectorTexture$depthNormalTexture$previousDepthNormalTexture$(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture previousTexture, MTLTexture destinationTexture, MTLTexture previousLuminanceMomentsTexture, MTLTexture destinationLuminanceMomentsTexture, MTLTexture sourceTexture2, MTLTexture previousTexture2, MTLTexture destinationTexture2, MTLTexture previousLuminanceMomentsTexture2, MTLTexture destinationLuminanceMomentsTexture2, MTLTexture previousFrameCountTexture, MTLTexture destinationFrameCountTexture, MTLTexture motionVectorTexture, MTLTexture depthNormalTexture, MTLTexture previousDepthNormalTexture)booleanMPSBinaryImageKernel. encodeSecondaryTexture(MTLCommandBuffer commandBuffer, MTLTexture inPlacePrimaryTexture, MTLTexture secondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)voidMPSRNNImageInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> destinationImages, MPSRNNRecurrentImageState recurrentInputState, NSMutableArray<MPSRNNRecurrentImageState> recurrentOutputStates)voidMPSRNNMatrixInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates)voidMPSRNNMatrixInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, MachineSizedUIntPtr sourceOffsets, NSArray<MPSMatrix> destinationMatrices, MachineSizedUIntPtr destinationOffsets, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates)voidMPSImageEDLines. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, MTLTexture source, MTLTexture dest, MTLBuffer endpointBuffer, long endpointOffset)MPSImageMPSNNReshape. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, MPSImage sourceImage, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)MPSImageMPSNNReshape. encodeToCommandBuffer(MTLCommandBuffer commandBuffer, MPSImage sourceImage, MPSState.MPSStatePtr outState, boolean isTemporary, long reshapedWidth, long reshapedHeight, long reshapedFeatureChannels)voidMPSImageHistogramEqualization. encodeTransform(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer histogram, long histogramOffset)voidMPSImageHistogramSpecification. encodeTransform(MTLCommandBuffer commandBuffer, MTLTexture source, MTLBuffer sourceHistogram, long sourceHistogramOffset, MTLBuffer desiredHistogram, long desiredHistogramOffset)voidMPSSVGF. encodeVarianceEstimation(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture luminanceMomentsTexture, MTLTexture destinationTexture, MTLTexture frameCountTexture, MTLTexture depthNormalTexture)voidMPSSVGF. encodeVarianceEstimation(MTLCommandBuffer commandBuffer, MTLTexture sourceTexture, MTLTexture luminanceMomentsTexture, MTLTexture destinationTexture, MTLTexture sourceTexture2, MTLTexture luminanceMomentsTexture2, MTLTexture destinationTexture2, MTLTexture frameCountTexture, MTLTexture depthNormalTexture)voidMPSNDArray. exportData(MTLCommandBuffer cmdBuf, NSArray<MPSImage> images, MPSImageCoordinate offset)voidMPSNDArray. exportData(MTLCommandBuffer cmdBuf, MTLBuffer buffer, MPSDataType destinationDataType, long offset, MachineSizedSIntPtr rowStrides)MPSCNNConvolutionWeightsAndBiasesStateMPSCNNConvolution. exportWeightsAndBiases(MTLCommandBuffer commandBuffer, boolean resultStateCanBeTemporary)MPSCNNConvolutionWeightsAndBiasesStateMPSCNNConvolutionTranspose. exportWeightsAndBiases(MTLCommandBuffer commandBuffer, boolean resultStateCanBeTemporary)MPSNDArrayMPSNDArrayAllocator. getArrayForCommandBuffer(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSKernel kernel)MPSNDArrayMPSNDArrayAllocatorAdapter. getArrayForCommandBuffer(MTLCommandBuffer cmdBuf, MPSNDArrayDescriptor descriptor, MPSKernel kernel)MPSImageMPSImageAllocator. getImage(MTLCommandBuffer cmdBuf, MPSImageDescriptor descriptor, MPSKernel kernel)MPSImageMPSImageAllocatorAdapter. getImage(MTLCommandBuffer cmdBuf, MPSImageDescriptor descriptor, MPSKernel kernel)NSArray<MPSImage>MPSImageAllocator. getImageBatch(MTLCommandBuffer cmdBuf, MPSImageDescriptor descriptor, MPSKernel kernel, long count)NSArray<MPSImage>MPSImageAllocatorAdapter. getImageBatch(MTLCommandBuffer cmdBuf, MPSImageDescriptor descriptor, MPSKernel kernel, long count)MPSCNNConvolutionGradientStateMPSCNNConvolution. getResultState(MTLCommandBuffer commandBuffer, 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)MPSCNNConvolutionTransposeGradientStateMPSCNNConvolutionTranspose. getTemporaryResultEx(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSCNNConvolutionGradientState> 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)MPSStateMPSCNNMultiaryKernel. getTemporaryResultState(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)NSArray<? extends MPSState>MPSCNNBinaryKernel. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> primaryImage, NSArray<MPSImage> secondaryImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<MPSCNNConvolutionGradientState>MPSCNNConvolution. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)NSArray<MPSCNNDropoutGradientState>MPSCNNDropout. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, 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)NSArray<MPSCNNConvolutionTransposeGradientState>MPSCNNConvolutionTranspose. getTemporaryResultStateBatchEx(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<MPSCNNConvolutionGradientState>> sourceStates, NSArray<MPSImage> destinationImage)static voidMetalPerformanceShaders. hintTemporaryMemoryHighWaterMark(MTLCommandBuffer cmdBuf, long bytes)voidMPSNDArray. importData(MTLCommandBuffer cmdBuf, NSArray<MPSImage> images, MPSImageCoordinate offset)voidMPSNDArray. importData(MTLCommandBuffer cmdBuf, MTLBuffer buffer, MPSDataType sourceDataType, long offset, MachineSizedSIntPtr rowStrides)protected longMPSCommandBuffer. init(MTLCommandBuffer commandBuffer)voidMPSCNNBatchNormalization. reloadGammaAndBeta(MTLCommandBuffer commandBuffer, MPSCNNNormalizationGammaAndBetaState gammaAndBetaState)voidMPSCNNGroupNormalization. reloadGammaAndBeta(MTLCommandBuffer commandBuffer, MPSCNNNormalizationGammaAndBetaState gammaAndBetaState)voidMPSCNNInstanceNormalization. reloadGammaAndBeta(MTLCommandBuffer commandBuffer, MPSCNNNormalizationGammaAndBetaState gammaAndBetaState)voidMPSCNNBatchNormalization. reloadMeanAndVariance(MTLCommandBuffer commandBuffer, MPSCNNNormalizationMeanAndVarianceState meanAndVarianceState)voidMPSCNNConvolution. reloadWeightsAndBiases(MTLCommandBuffer commandBuffer, MPSCNNConvolutionWeightsAndBiasesState state)voidMPSCNNConvolutionGradient. reloadWeightsAndBiases(MTLCommandBuffer commandBuffer, MPSCNNConvolutionWeightsAndBiasesState state)voidMPSCNNConvolutionTranspose. reloadWeightsAndBiases(MTLCommandBuffer commandBuffer, MPSCNNConvolutionWeightsAndBiasesState state)voidMPSCNNConvolutionTransposeGradient. reloadWeightsAndBiases(MTLCommandBuffer commandBuffer, MPSCNNConvolutionWeightsAndBiasesState state)static voidMetalPerformanceShaders. setHeapCacheDuration(MTLCommandBuffer cmdBuf, double seconds)static voidMPSImageBatch. synchronize(NSArray<MPSImage> batch, MTLCommandBuffer cmdBuf)static voidMPSStateBatch. synchronize(NSArray<? extends MPSState> batch, MTLCommandBuffer cmdBuf)voidMPSImage. synchronizeOnCommandBuffer(MTLCommandBuffer commandBuffer)voidMPSMatrix. synchronizeOnCommandBuffer(MTLCommandBuffer commandBuffer)voidMPSNDArray. synchronizeOnCommandBuffer(MTLCommandBuffer commandBuffer)voidMPSState. synchronizeOnCommandBuffer(MTLCommandBuffer commandBuffer)voidMPSVector. synchronizeOnCommandBuffer(MTLCommandBuffer commandBuffer)voidMPSMatrixRandomMTGP32. synchronizeStateOnCommandBuffer(MTLCommandBuffer commandBuffer)MPSCNNConvolutionWeightsAndBiasesStateMPSCNNConvolutionDataSource. update(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState gradientState, MPSCNNConvolutionWeightsAndBiasesState sourceState)MPSCNNConvolutionWeightsAndBiasesStateMPSCNNConvolutionDataSourceAdapter. update(MTLCommandBuffer commandBuffer, MPSCNNConvolutionGradientState gradientState, MPSCNNConvolutionWeightsAndBiasesState sourceState)MPSCNNNormalizationGammaAndBetaStateMPSCNNBatchNormalizationDataSource. updateGammaAndBeta(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)MPSCNNNormalizationGammaAndBetaStateMPSCNNBatchNormalizationDataSourceAdapter. updateGammaAndBeta(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)MPSCNNNormalizationGammaAndBetaStateMPSCNNGroupNormalizationDataSource. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNGroupNormalizationGradientState> groupNormalizationStateBatch)MPSCNNNormalizationGammaAndBetaStateMPSCNNGroupNormalizationDataSourceAdapter. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNGroupNormalizationGradientState> groupNormalizationStateBatch)MPSCNNNormalizationGammaAndBetaStateMPSCNNInstanceNormalizationDataSource. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNInstanceNormalizationGradientState> instanceNormalizationStateBatch)MPSCNNNormalizationGammaAndBetaStateMPSCNNInstanceNormalizationDataSourceAdapter. updateGammaAndBeta(MTLCommandBuffer commandBuffer, NSArray<MPSCNNInstanceNormalizationGradientState> instanceNormalizationStateBatch)MPSCNNNormalizationMeanAndVarianceStateMPSCNNBatchNormalizationDataSource. updateMeanAndVariance(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)MPSCNNNormalizationMeanAndVarianceStateMPSCNNBatchNormalizationDataSourceAdapter. updateMeanAndVariance(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)Method parameters in org.robovm.apple.metalps with type arguments of type MTLCommandBuffer Modifier and Type Method Description voidMPSCommandBuffer. addCompletedHandler(VoidBlock1<MTLCommandBuffer> block)voidMPSCommandBuffer. addScheduledHandler(VoidBlock1<MTLCommandBuffer> block)booleanMPSUnaryImageKernel. encode(MTLCommandBuffer commandBuffer, MTLTexture texture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)booleanMPSBinaryImageKernel. encodePrimaryTexture(MTLCommandBuffer commandBuffer, MTLTexture primaryTexture, MTLTexture inPlaceSecondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator)booleanMPSBinaryImageKernel. encodeSecondaryTexture(MTLCommandBuffer commandBuffer, MTLTexture inPlacePrimaryTexture, MTLTexture secondaryTexture, Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator) -
Uses of MTLCommandBuffer in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit with parameters of type MTLCommandBuffer Modifier and Type Method Description voidSCNRenderer. renderAtTime(double time, CGRect viewport, MTLCommandBuffer commandBuffer, MTLRenderPassDescriptor renderPassDescriptor)voidSCNRenderer. renderWithViewport(CGRect viewport, MTLCommandBuffer commandBuffer, MTLRenderPassDescriptor renderPassDescriptor) -
Uses of MTLCommandBuffer in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit with parameters of type MTLCommandBuffer Modifier and Type Method Description voidSKRenderer. render(CGRect viewport, MTLCommandBuffer commandBuffer, MTLRenderPassDescriptor renderPassDescriptor)