MPSGraphConvolution3DOpDescriptor.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, UIntPtr, MPSGraphPaddingStyle, MPSGraphTensorNamedDataLayout, MPSGraphTensorNamedDataLayout)
[Foundation.Export("descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingStyle:dataLayout:weightsLayout:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphConvolution3DOpDescriptor? Create(UIntPtr strideInX, UIntPtr strideInY, UIntPtr strideInZ, UIntPtr dilationRateInX, UIntPtr dilationRateInY, UIntPtr dilationRateInZ, UIntPtr groups, MetalPerformanceShadersGraph.MPSGraphPaddingStyle paddingStyle, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout dataLayout, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout weightsLayout);
[<Foundation.Export("descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingStyle:dataLayout:weightsLayout:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * MetalPerformanceShadersGraph.MPSGraphPaddingStyle * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout -> MetalPerformanceShadersGraph.MPSGraphConvolution3DOpDescriptor
Parameters
- strideInX
-
UIntPtr
unativeint
- strideInY
-
UIntPtr
unativeint
- strideInZ
-
UIntPtr
unativeint
- dilationRateInX
-
UIntPtr
unativeint
- dilationRateInY
-
UIntPtr
unativeint
- dilationRateInZ
-
UIntPtr
unativeint
- groups
-
UIntPtr
unativeint
- paddingStyle
- MPSGraphPaddingStyle
- dataLayout
- MPSGraphTensorNamedDataLayout
- weightsLayout
- MPSGraphTensorNamedDataLayout
Returns
- Attributes
Applies to
Create(UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, MPSGraphPaddingStyle, MPSGraphTensorNamedDataLayout, MPSGraphTensorNamedDataLayout)
[Foundation.Export("descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack:paddingStyle:dataLayout:weightsLayout:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphConvolution3DOpDescriptor? Create(UIntPtr strideInX, UIntPtr strideInY, UIntPtr strideInZ, UIntPtr dilationRateInX, UIntPtr dilationRateInY, UIntPtr dilationRateInZ, UIntPtr groups, UIntPtr paddingLeft, UIntPtr paddingRight, UIntPtr paddingTop, UIntPtr paddingBottom, UIntPtr paddingFront, UIntPtr paddingBack, MetalPerformanceShadersGraph.MPSGraphPaddingStyle paddingStyle, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout dataLayout, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout weightsLayout);
[<Foundation.Export("descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack:paddingStyle:dataLayout:weightsLayout:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * unativeint * MetalPerformanceShadersGraph.MPSGraphPaddingStyle * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout -> MetalPerformanceShadersGraph.MPSGraphConvolution3DOpDescriptor
Parameters
- strideInX
-
UIntPtr
unativeint
- strideInY
-
UIntPtr
unativeint
- strideInZ
-
UIntPtr
unativeint
- dilationRateInX
-
UIntPtr
unativeint
- dilationRateInY
-
UIntPtr
unativeint
- dilationRateInZ
-
UIntPtr
unativeint
- groups
-
UIntPtr
unativeint
- paddingLeft
-
UIntPtr
unativeint
- paddingRight
-
UIntPtr
unativeint
- paddingTop
-
UIntPtr
unativeint
- paddingBottom
-
UIntPtr
unativeint
- paddingFront
-
UIntPtr
unativeint
- paddingBack
-
UIntPtr
unativeint
- paddingStyle
- MPSGraphPaddingStyle
- dataLayout
- MPSGraphTensorNamedDataLayout
- weightsLayout
- MPSGraphTensorNamedDataLayout
Returns
- Attributes