MPSGraph_MPSGraphDepthwiseConvolutionOps.DepthwiseConvolution3DWeightsGradient 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("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
- source
- MPSGraphTensor
- outputShape
- Int32[]
- descriptor
- MPSGraphDepthwiseConvolution3DOpDescriptor
- name
- String
Returns
- Attributes