Share via


MPSGraph_MPSGraphConvolutionOps.Convolution3D Method

Definition

[Foundation.Export("convolution3DWithSourceTensor:weightsTensor:descriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor Convolution3D(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor source, MetalPerformanceShadersGraph.MPSGraphTensor weights, MetalPerformanceShadersGraph.MPSGraphConvolution3DOpDescriptor descriptor, string? name);
[<Foundation.Export("convolution3DWithSourceTensor:weightsTensor:descriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Convolution3D : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphConvolution3DOpDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
weights
MPSGraphTensor
name
String

Returns

Attributes

Applies to