Uses of Class
org.robovm.apple.metalps.MPSCNNBatchNormalizationState
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNBatchNormalizationState in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCNNBatchNormalizationState Modifier and Type Method Description MPSCNNBatchNormalizationStateMPSCNNBatchNormalization. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNBatchNormalizationStateMPSCNNBatchNormalization. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)Methods in org.robovm.apple.metalps with parameters of type MPSCNNBatchNormalizationState Modifier and Type Method Description 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)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)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNNormalizationGammaAndBetaState resultState)voidMPSNNOptimizerRMSProp. encode(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationGradientState, MPSCNNBatchNormalizationState batchNormalizationSourceState, NSArray<MPSVector> inputSumOfSquaresVectors, MPSCNNNormalizationGammaAndBetaState 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)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)MPSCNNNormalizationGammaAndBetaStateMPSCNNBatchNormalizationDataSource. updateGammaAndBeta(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)booleanMPSCNNBatchNormalizationDataSource. updateGammaAndBeta(MPSCNNBatchNormalizationState batchNormalizationState)MPSCNNNormalizationGammaAndBetaStateMPSCNNBatchNormalizationDataSourceAdapter. updateGammaAndBeta(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)booleanMPSCNNBatchNormalizationDataSourceAdapter. updateGammaAndBeta(MPSCNNBatchNormalizationState batchNormalizationState)MPSCNNNormalizationMeanAndVarianceStateMPSCNNBatchNormalizationDataSource. updateMeanAndVariance(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)booleanMPSCNNBatchNormalizationDataSource. updateMeanAndVariance(MPSCNNBatchNormalizationState batchNormalizationState)MPSCNNNormalizationMeanAndVarianceStateMPSCNNBatchNormalizationDataSourceAdapter. updateMeanAndVariance(MTLCommandBuffer commandBuffer, MPSCNNBatchNormalizationState batchNormalizationState)booleanMPSCNNBatchNormalizationDataSourceAdapter. updateMeanAndVariance(MPSCNNBatchNormalizationState batchNormalizationState)