Edit

Share via


MPSCnnPoolingNode.Create Method

Definition

Overloads

Create(MPSNNImageNode, nuint)
Create(MPSNNImageNode, nuint, nuint)

Create(MPSNNImageNode, nuint)

[Foundation.Export("nodeWithSource:filterSize:")]
public static MetalPerformanceShaders.MPSCnnPoolingNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, nuint size);
static member Create : MetalPerformanceShaders.MPSNNImageNode * nuint -> MetalPerformanceShaders.MPSCnnPoolingNode

Parameters

sourceNode
MPSNNImageNode
size
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to

Create(MPSNNImageNode, nuint, nuint)

[Foundation.Export("nodeWithSource:filterSize:stride:")]
public static MetalPerformanceShaders.MPSCnnPoolingNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, nuint size, nuint stride);
static member Create : MetalPerformanceShaders.MPSNNImageNode * nuint * nuint -> MetalPerformanceShaders.MPSCnnPoolingNode

Parameters

sourceNode
MPSNNImageNode
size
System.System.UIntPtr System.unativeint
stride
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to