MPSGraph_MPSGraphConvolutionTransposeOps.ConvolutionTranspose2DWeightsGradient 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.
Overloads
ConvolutionTranspose2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphConvolution2DOpDescriptor, String)
[Foundation.Export("convolutionTranspose2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ConvolutionTranspose2DWeightsGradient(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor incomingGradientTensor, MetalPerformanceShadersGraph.MPSGraphTensor source, MetalPerformanceShadersGraph.MPSGraphTensor outputShape, MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor, string? name);
[<Foundation.Export("convolutionTranspose2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ConvolutionTranspose2DWeightsGradient : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- incomingGradientTensor
- MPSGraphTensor
- source
- MPSGraphTensor
- outputShape
- MPSGraphTensor
- forwardConvolutionDescriptor
- MPSGraphConvolution2DOpDescriptor
- name
- String
Returns
- Attributes
Applies to
ConvolutionTranspose2DWeightsGradient(MPSGraph, MPSGraphTensor, MPSGraphTensor, Int32[], MPSGraphConvolution2DOpDescriptor, String)
[Foundation.Export("convolutionTranspose2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ConvolutionTranspose2DWeightsGradient(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor incomingGradientTensor, MetalPerformanceShadersGraph.MPSGraphTensor source, int[] outputShape, MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor forwardConvolutionDescriptor, string? name);
[<Foundation.Export("convolutionTranspose2DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ConvolutionTranspose2DWeightsGradient : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- incomingGradientTensor
- MPSGraphTensor
- source
- MPSGraphTensor
- outputShape
- Int32[]
- forwardConvolutionDescriptor
- MPSGraphConvolution2DOpDescriptor
- name
- String
Returns
- Attributes