Share via


MPSGraph_MPSGraphConvolutionOps.Convolution3DWeightsGradient Method

Definition

Overloads

Convolution3DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution3DOpDescriptor, String)

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

Parameters

This
MPSGraph
gradient
MPSGraphTensor
outputShapeTensor
MPSGraphTensor
forwardConvolutionDescriptor
MPSGraphConvolution3DOpDescriptor
name
String

Returns

Attributes

Applies to

Convolution3DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution3DOpDescriptor, String)

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

Parameters

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

Returns

Attributes

Applies to