MPSCnnNeuronPower Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
MPSCnnNeuronPower(NSCoder) | |
MPSCnnNeuronPower(NSObjectFlag) | |
MPSCnnNeuronPower(IntPtr) | |
MPSCnnNeuronPower(IMTLDevice, MPSNNNeuronDescriptor) | |
MPSCnnNeuronPower(IMTLDevice, Single, Single, Single) |
MPSCnnNeuronPower(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnNeuronPower(Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnNeuronPower : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnNeuronPower
Parametri
- coder
- NSCoder
- Attributi
Si applica a
MPSCnnNeuronPower(NSObjectFlag)
protected MPSCnnNeuronPower(Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnNeuronPower : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnNeuronPower
Parametri
Si applica a
MPSCnnNeuronPower(IntPtr)
protected internal MPSCnnNeuronPower(IntPtr handle);
new MetalPerformanceShaders.MPSCnnNeuronPower : nativeint -> MetalPerformanceShaders.MPSCnnNeuronPower
Parametri
- handle
-
IntPtr
nativeint
Si applica a
MPSCnnNeuronPower(IMTLDevice, MPSNNNeuronDescriptor)
[Foundation.Export("initWithDevice:neuronDescriptor:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public MPSCnnNeuronPower(Metal.IMTLDevice device, MetalPerformanceShaders.MPSNNNeuronDescriptor neuronDescriptor);
new MetalPerformanceShaders.MPSCnnNeuronPower : Metal.IMTLDevice * MetalPerformanceShaders.MPSNNNeuronDescriptor -> MetalPerformanceShaders.MPSCnnNeuronPower
Parametri
- device
- IMTLDevice
- neuronDescriptor
- MPSNNNeuronDescriptor
- Attributi
Si applica a
MPSCnnNeuronPower(IMTLDevice, Single, Single, Single)
[Foundation.Export("initWithDevice:a:b:c:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Please use '.ctor (IMTLDevice, MPSNNNeuronDescriptor)' overload instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Please use '.ctor (IMTLDevice, MPSNNNeuronDescriptor)' overload instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Please use '.ctor (IMTLDevice, MPSNNNeuronDescriptor)' overload instead.")]
public MPSCnnNeuronPower(Metal.IMTLDevice device, float a, float b, float c);
new MetalPerformanceShaders.MPSCnnNeuronPower : Metal.IMTLDevice * single * single * single -> MetalPerformanceShaders.MPSCnnNeuronPower
Parametri
- device
- IMTLDevice
- a
- Single
- b
- Single
- c
- Single
- Attributi