Share via


MPSGraphImToColOpDescriptor.Create Method

Definition

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

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

Returns

Attributes

Applies to