MPSGraphDepthwiseConvolution3DOpDescriptor.Create 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
| Name | Description |
|---|---|
| Create(MPSGraphPaddingStyle) | |
| Create(Int32[], Int32[], Int32[], MPSGraphPaddingStyle) |
Create(MPSGraphPaddingStyle)
[Foundation.Export("descriptorWithPaddingStyle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphDepthwiseConvolution3DOpDescriptor? Create(MetalPerformanceShadersGraph.MPSGraphPaddingStyle paddingStyle);
[<Foundation.Export("descriptorWithPaddingStyle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MetalPerformanceShadersGraph.MPSGraphPaddingStyle -> MetalPerformanceShadersGraph.MPSGraphDepthwiseConvolution3DOpDescriptor
Parameters
- paddingStyle
- MPSGraphPaddingStyle
Returns
- Attributes
Applies to
Create(Int32[], Int32[], Int32[], MPSGraphPaddingStyle)
[Foundation.Export("descriptorWithStrides:dilationRates:paddingValues:paddingStyle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphDepthwiseConvolution3DOpDescriptor? Create(int[] strides, int[] dilationRates, int[] paddingValues, MetalPerformanceShadersGraph.MPSGraphPaddingStyle paddingStyle);
[<Foundation.Export("descriptorWithStrides:dilationRates:paddingValues:paddingStyle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : int[] * int[] * int[] * MetalPerformanceShadersGraph.MPSGraphPaddingStyle -> MetalPerformanceShadersGraph.MPSGraphDepthwiseConvolution3DOpDescriptor
Parameters
- strides
- Int32[]
- dilationRates
- Int32[]
- paddingValues
- Int32[]
- paddingStyle
- MPSGraphPaddingStyle
Returns
- Attributes