Uses of Class
org.robovm.apple.metalps.MPSNNGradientStateNode
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSNNGradientStateNode in org.robovm.apple.metalps
Subclasses of MPSNNGradientStateNode in org.robovm.apple.metalps Modifier and Type Class Description classMPSCNNConvolutionGradientStateNodeclassMPSCNNConvolutionTransposeGradientStateNodeMethods in org.robovm.apple.metalps with parameters of type MPSNNGradientStateNode Modifier and Type Method Description protected longMPSCNNBatchNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNCrossChannelNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelSize)protected longMPSCNNDilatedPoolingMaxGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY, long dilationRateX, long dilationRateY)protected longMPSCNNDropoutGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, float keepProbability, long seed, MTLSize maskStrideInPixels)protected longMPSCNNGroupNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNInstanceNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNLocalContrastNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelWidth, long kernelHeight)protected longMPSCNNLogSoftMaxGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNNeuronGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, MPSNNNeuronDescriptor descriptor)protected longMPSCNNPoolingGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY, MPSNNPadding paddingPolicy)protected longMPSCNNSoftMaxGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSCNNSpatialNormalizationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, long kernelSize)protected longMPSCNNUpsamplingBilinearGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, double scaleFactorX, double scaleFactorY)protected longMPSCNNUpsamplingNearestGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, double scaleFactorX, double scaleFactorY)protected longMPSNNConcatenationGradientNode. init(MPSNNImageNode gradientSourceNode, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNGramMatrixCalculationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNGramMatrixCalculationGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState, float alpha)protected longMPSNNLossGradientNode. init(NSArray<MPSNNImageNode> sourceNodes, MPSNNGradientStateNode gradientState, MPSCNNLossDescriptor descriptor, boolean isLabelsGradientFilter)protected longMPSNNLossGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNImageNode labels, MPSNNGradientStateNode gradientState, MPSCNNLossDescriptor descriptor, boolean isLabelsGradientFilter)protected longMPSNNLossGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNImageNode labels, MPSNNImageNode weights, MPSNNGradientStateNode gradientState, MPSCNNLossDescriptor descriptor, boolean isLabelsGradientFilter)protected longMPSNNPadGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNReductionSpatialMeanGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)protected longMPSNNReshapeGradientNode. init(MPSNNImageNode sourceGradient, MPSNNImageNode sourceImage, MPSNNGradientStateNode gradientState)