MPSCnnNeuronPower Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
MPSCnnNeuronPower(NSObjectFlag)
protected MPSCnnNeuronPower (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnNeuronPower : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnNeuronPower
Paramètres
S’applique à
MPSCnnNeuronPower(IntPtr)
protected internal MPSCnnNeuronPower (IntPtr handle);
new MetalPerformanceShaders.MPSCnnNeuronPower : nativeint -> MetalPerformanceShaders.MPSCnnNeuronPower
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
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
Paramètres
- device
- IMTLDevice
- neuronDescriptor
- MPSNNNeuronDescriptor
- Attributs
S’applique à
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
Paramètres
- device
- IMTLDevice
- a
- Single
- b
- Single
- c
- Single
- Attributs