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