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