MPSGraph_MPSGraphNormalizationOps.NormalizationGammaGradient Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("normalizationGammaGradientWithIncomingGradientTensor:sourceTensor:meanTensor:varianceTensor:reductionAxes:epsilon:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor NormalizationGammaGradient(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor incomingGradientTensor, MetalPerformanceShadersGraph.MPSGraphTensor sourceTensor, MetalPerformanceShadersGraph.MPSGraphTensor meanTensor, MetalPerformanceShadersGraph.MPSGraphTensor varianceTensor, int[] axes, float epsilon, string? name);
[<Foundation.Export("normalizationGammaGradientWithIncomingGradientTensor:sourceTensor:meanTensor:varianceTensor:reductionAxes:epsilon:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member NormalizationGammaGradient : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * single * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- incomingGradientTensor
- MPSGraphTensor
- sourceTensor
- MPSGraphTensor
- meanTensor
- MPSGraphTensor
- varianceTensor
- MPSGraphTensor
- axes
- Int32[]
- epsilon
- Single
- name
- String
Returns
- Attributes