MPSCnnLossNode 构造函数

定义

重载

MPSCnnLossNode(NSObjectFlag)
MPSCnnLossNode(IntPtr)
MPSCnnLossNode(MPSNNImageNode, MPSCnnLossDescriptor)

MPSCnnLossNode(NSObjectFlag)

protected MPSCnnLossNode(Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLossNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLossNode

参数

适用于

MPSCnnLossNode(IntPtr)

protected internal MPSCnnLossNode(IntPtr handle);
new MetalPerformanceShaders.MPSCnnLossNode : nativeint -> MetalPerformanceShaders.MPSCnnLossNode

参数

handle
IntPtr

nativeint

适用于

MPSCnnLossNode(MPSNNImageNode, MPSCnnLossDescriptor)

[Foundation.Export("initWithSource:lossDescriptor:")]
public MPSCnnLossNode(MetalPerformanceShaders.MPSNNImageNode source, MetalPerformanceShaders.MPSCnnLossDescriptor descriptor);
new MetalPerformanceShaders.MPSCnnLossNode : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSCnnLossDescriptor -> MetalPerformanceShaders.MPSCnnLossNode

参数

属性

适用于