MPSCnnDilatedPoolingMaxNode.Create Method

Definition

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

Applies to