MPSGraph_MPSGraphDepthwiseConvolutionOps.DepthwiseConvolution2D 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("depthwiseConvolution2DWithSourceTensor:weightsTensor:descriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor DepthwiseConvolution2D(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor source, MetalPerformanceShadersGraph.MPSGraphTensor weights, MetalPerformanceShadersGraph.MPSGraphDepthwiseConvolution2DOpDescriptor descriptor, string? name);
[<Foundation.Export("depthwiseConvolution2DWithSourceTensor:weightsTensor:descriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DepthwiseConvolution2D : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphDepthwiseConvolution2DOpDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- source
- MPSGraphTensor
- weights
- MPSGraphTensor
- descriptor
- MPSGraphDepthwiseConvolution2DOpDescriptor
- name
- String
Returns
- Attributes