MPSNNReshapeNode Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
MPSNNReshapeNode(NSObjectFlag) | |
MPSNNReshapeNode(IntPtr) | |
MPSNNReshapeNode(MPSNNImageNode, nuint, nuint, nuint) |
MPSNNReshapeNode(NSObjectFlag)
protected MPSNNReshapeNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNReshapeNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNReshapeNode
Параметры
Применяется к
MPSNNReshapeNode(IntPtr)
protected internal MPSNNReshapeNode (IntPtr handle);
new MetalPerformanceShaders.MPSNNReshapeNode : nativeint -> MetalPerformanceShaders.MPSNNReshapeNode
Параметры
- handle
-
IntPtr
nativeint
Применяется к
MPSNNReshapeNode(MPSNNImageNode, nuint, nuint, nuint)
[Foundation.Export("initWithSource:resultWidth:resultHeight:resultFeatureChannels:")]
public MPSNNReshapeNode (MetalPerformanceShaders.MPSNNImageNode source, nuint resultWidth, nuint resultHeight, nuint resultFeatureChannels);
new MetalPerformanceShaders.MPSNNReshapeNode : MetalPerformanceShaders.MPSNNImageNode * nuint * nuint * nuint -> MetalPerformanceShaders.MPSNNReshapeNode
Параметры
- source
- MPSNNImageNode
- resultWidth
- System.System.UIntPtr System.unativeint
- resultHeight
- System.System.UIntPtr System.unativeint
- resultFeatureChannels
- System.System.UIntPtr System.unativeint
- Атрибуты