Share via


MPSGraph_MPSGraphConvolutionOps.Convolution2DWeightsGradient Method

Definition

Overloads

Convolution2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)

[Foundation.Export("convolution2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor Convolution2DWeightsGradient(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor gradient, MetalPerformanceShadersGraph.MPSGraphTensor source, MetalPerformanceShadersGraph.MPSGraphTensor outputShapeTensor, MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor, string? name);
[<Foundation.Export("convolution2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Convolution2DWeightsGradient : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
gradient
MPSGraphTensor
outputShapeTensor
MPSGraphTensor
forwardConvolutionDescriptor
MPSGraphConvolution2DOpDescriptor
name
String

Returns

Attributes

Applies to

Convolution2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)

[Foundation.Export("convolution2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor Convolution2DWeightsGradient(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor incomingGradient, MetalPerformanceShadersGraph.MPSGraphTensor source, int[] outputShape, MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor, string? name);
[<Foundation.Export("convolution2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Convolution2DWeightsGradient : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
incomingGradient
MPSGraphTensor
outputShape
Int32[]
forwardConvolutionDescriptor
MPSGraphConvolution2DOpDescriptor
name
String

Returns

Attributes

Applies to