-
Methods in org.robovm.apple.metalps with parameters of type MPSCNNNormalizationGammaAndBetaState
| Modifier and Type |
Method |
Description |
void |
MPSNNOptimizerAdam.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationState,
NSArray<MPSVector> inputMomentumVectors,
NSArray<MPSVector> inputVelocityVectors,
NSArray<MPSVector> maximumVelocityVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSNNOptimizerAdam.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationState,
NSArray<MPSVector> inputMomentumVectors,
NSArray<MPSVector> inputVelocityVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSNNOptimizerAdam.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationGradientState,
MPSCNNBatchNormalizationState batchNormalizationSourceState,
NSArray<MPSVector> inputMomentumVectors,
NSArray<MPSVector> inputVelocityVectors,
NSArray<MPSVector> maximumVelocityVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSNNOptimizerAdam.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationGradientState,
MPSCNNBatchNormalizationState batchNormalizationSourceState,
NSArray<MPSVector> inputMomentumVectors,
NSArray<MPSVector> inputVelocityVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSNNOptimizerRMSProp.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationState,
NSArray<MPSVector> inputSumOfSquaresVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSNNOptimizerRMSProp.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationGradientState,
MPSCNNBatchNormalizationState batchNormalizationSourceState,
NSArray<MPSVector> inputSumOfSquaresVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSNNOptimizerStochasticGradientDescent.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationState,
NSArray<MPSVector> inputMomentumVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSNNOptimizerStochasticGradientDescent.encode(MTLCommandBuffer commandBuffer,
MPSCNNBatchNormalizationState batchNormalizationGradientState,
MPSCNNBatchNormalizationState batchNormalizationSourceState,
NSArray<MPSVector> inputMomentumVectors,
MPSCNNNormalizationGammaAndBetaState resultState) |
|
void |
MPSCNNBatchNormalization.reloadGammaAndBeta(MTLCommandBuffer commandBuffer,
MPSCNNNormalizationGammaAndBetaState gammaAndBetaState) |
|
void |
MPSCNNGroupNormalization.reloadGammaAndBeta(MTLCommandBuffer commandBuffer,
MPSCNNNormalizationGammaAndBetaState gammaAndBetaState) |
|
void |
MPSCNNInstanceNormalization.reloadGammaAndBeta(MTLCommandBuffer commandBuffer,
MPSCNNNormalizationGammaAndBetaState gammaAndBetaState) |
|