Share via


MPSGraphConvolution2DOpDescriptor.Create Method

Definition

Overloads

Create(UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, MPSGraphPaddingStyle, MPSGraphTensorNamedDataLayout, MPSGraphTensorNamedDataLayout)

[Foundation.Export("descriptorWithStrideInX:strideInY:dilationRateInX:dilationRateInY:groups:paddingStyle:dataLayout:weightsLayout:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor? Create(UIntPtr strideInX, UIntPtr strideInY, UIntPtr dilationRateInX, UIntPtr dilationRateInY, UIntPtr groups, MetalPerformanceShadersGraph.MPSGraphPaddingStyle paddingStyle, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout dataLayout, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout weightsLayout);
[<Foundation.Export("descriptorWithStrideInX:strideInY:dilationRateInX:dilationRateInY:groups:paddingStyle:dataLayout:weightsLayout:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint * unativeint * unativeint * unativeint * MetalPerformanceShadersGraph.MPSGraphPaddingStyle * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout -> MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor

Parameters

strideInX
UIntPtr

unativeint

strideInY
UIntPtr

unativeint

dilationRateInX
UIntPtr

unativeint

dilationRateInY
UIntPtr

unativeint

groups
UIntPtr

unativeint

paddingStyle
MPSGraphPaddingStyle

Returns

Attributes

Applies to

Create(UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, MPSGraphPaddingStyle, MPSGraphTensorNamedDataLayout, MPSGraphTensorNamedDataLayout)

[Foundation.Export("descriptorWithStrideInX:strideInY:dilationRateInX:dilationRateInY:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingStyle:dataLayout:weightsLayout:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor? Create(UIntPtr strideInX, UIntPtr strideInY, UIntPtr dilationRateInX, UIntPtr dilationRateInY, UIntPtr groups, UIntPtr paddingLeft, UIntPtr paddingRight, UIntPtr paddingTop, UIntPtr paddingBottom, MetalPerformanceShadersGraph.MPSGraphPaddingStyle paddingStyle, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout dataLayout, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout weightsLayout);
[<Foundation.Export("descriptorWithStrideInX:strideInY:dilationRateInX:dilationRateInY:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingStyle:dataLayout:weightsLayout:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * MetalPerformanceShadersGraph.MPSGraphPaddingStyle * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout -> MetalPerformanceShadersGraph.MPSGraphConvolution2DOpDescriptor

Parameters

strideInX
UIntPtr

unativeint

strideInY
UIntPtr

unativeint

dilationRateInX
UIntPtr

unativeint

dilationRateInY
UIntPtr

unativeint

groups
UIntPtr

unativeint

paddingLeft
UIntPtr

unativeint

paddingRight
UIntPtr

unativeint

paddingTop
UIntPtr

unativeint

paddingBottom
UIntPtr

unativeint

paddingStyle
MPSGraphPaddingStyle

Returns

Attributes

Applies to