MPSNNReshapeNode.Create(MPSNNImageNode, nuint, nuint, nuint) 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.
[Foundation.Export("nodeWithSource:resultWidth:resultHeight:resultFeatureChannels:")]
public static MetalPerformanceShaders.MPSNNReshapeNode Create (MetalPerformanceShaders.MPSNNImageNode source, nuint resultWidth, nuint resultHeight, nuint resultFeatureChannels);
static member Create : MetalPerformanceShaders.MPSNNImageNode * nuint * nuint * nuint -> MetalPerformanceShaders.MPSNNReshapeNode
Parameters
- source
- MPSNNImageNode
- resultWidth
- System.System.UIntPtr System.unativeint
- resultHeight
- System.System.UIntPtr System.unativeint
- resultFeatureChannels
- System.System.UIntPtr System.unativeint
Returns
- Attributes