MPSGraphImToColOpDescriptor.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
Create(UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, MPSGraphTensorNamedDataLayout)
[Foundation.Export("descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:dataLayout:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphImToColOpDescriptor? Create(UIntPtr kernelWidth, UIntPtr kernelHeight, UIntPtr strideInX, UIntPtr strideInY, UIntPtr dilationRateInX, UIntPtr dilationRateInY, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout dataLayout);
[<Foundation.Export("descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:dataLayout:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout -> MetalPerformanceShadersGraph.MPSGraphImToColOpDescriptor
Parameters
- kernelWidth
-
UIntPtr
unativeint
- kernelHeight
-
UIntPtr
unativeint
- strideInX
-
UIntPtr
unativeint
- strideInY
-
UIntPtr
unativeint
- dilationRateInX
-
UIntPtr
unativeint
- dilationRateInY
-
UIntPtr
unativeint
- dataLayout
- MPSGraphTensorNamedDataLayout
Returns
- Attributes
Applies to
Create(UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, MPSGraphTensorNamedDataLayout)
[Foundation.Export("descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:dataLayout:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphImToColOpDescriptor? Create(UIntPtr kernelWidth, UIntPtr kernelHeight, UIntPtr strideInX, UIntPtr strideInY, UIntPtr dilationRateInX, UIntPtr dilationRateInY, UIntPtr paddingLeft, UIntPtr paddingRight, UIntPtr paddingTop, UIntPtr paddingBottom, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout dataLayout);
[<Foundation.Export("descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:dataLayout:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout -> MetalPerformanceShadersGraph.MPSGraphImToColOpDescriptor
Parameters
- kernelWidth
-
UIntPtr
unativeint
- kernelHeight
-
UIntPtr
unativeint
- strideInX
-
UIntPtr
unativeint
- strideInY
-
UIntPtr
unativeint
- dilationRateInX
-
UIntPtr
unativeint
- dilationRateInY
-
UIntPtr
unativeint
- paddingLeft
-
UIntPtr
unativeint
- paddingRight
-
UIntPtr
unativeint
- paddingTop
-
UIntPtr
unativeint
- paddingBottom
-
UIntPtr
unativeint
- dataLayout
- MPSGraphTensorNamedDataLayout
Returns
- Attributes