MPSCnnDilatedPoolingMaxNode.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(MPSNNImageNode, UIntPtr)
[Foundation.Export("nodeWithSource:filterSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSCnnDilatedPoolingMaxNode Create(MetalPerformanceShaders.MPSNNImageNode sourceNode, UIntPtr size);
[<Foundation.Export("nodeWithSource:filterSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MetalPerformanceShaders.MPSNNImageNode * unativeint -> MetalPerformanceShaders.MPSCnnDilatedPoolingMaxNode
Parameters
- sourceNode
- MPSNNImageNode
- size
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
Create(MPSNNImageNode, UIntPtr, UIntPtr, UIntPtr)
[Foundation.Export("nodeWithSource:filterSize:stride:dilationRate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSCnnDilatedPoolingMaxNode Create(MetalPerformanceShaders.MPSNNImageNode sourceNode, UIntPtr size, UIntPtr stride, UIntPtr dilationRate);
[<Foundation.Export("nodeWithSource:filterSize:stride:dilationRate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MetalPerformanceShaders.MPSNNImageNode * unativeint * unativeint * unativeint -> MetalPerformanceShaders.MPSCnnDilatedPoolingMaxNode
Parameters
- sourceNode
- MPSNNImageNode
- size
-
UIntPtr
unativeint
- stride
-
UIntPtr
unativeint
- dilationRate
-
UIntPtr
unativeint
Returns
- Attributes