Share via


MPSGraph_MPSGraphDepthwiseConvolutionOps.DepthwiseConvolution3DWeightsGradient Method

Definition

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

Parameters

This
MPSGraph
incomingGradient
MPSGraphTensor
outputShape
Int32[]
name
String

Returns

Attributes

Applies to