MPSCnnNeuronLogarithm Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
MPSCnnNeuronLogarithm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnNeuronLogarithm (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parámetros
- coder
- NSCoder
- Atributos
Se aplica a
MPSCnnNeuronLogarithm(NSObjectFlag)
protected MPSCnnNeuronLogarithm (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parámetros
Se aplica a
MPSCnnNeuronLogarithm(IntPtr)
protected internal MPSCnnNeuronLogarithm (IntPtr handle);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : nativeint -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
MPSCnnNeuronLogarithm(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 MPSCnnNeuronLogarithm (Metal.IMTLDevice device, MetalPerformanceShaders.MPSNNNeuronDescriptor neuronDescriptor);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Metal.IMTLDevice * MetalPerformanceShaders.MPSNNNeuronDescriptor -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parámetros
- device
- IMTLDevice
- neuronDescriptor
- MPSNNNeuronDescriptor
- Atributos
Se aplica a
MPSCnnNeuronLogarithm(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 MPSCnnNeuronLogarithm (Metal.IMTLDevice device, float a, float b, float c);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Metal.IMTLDevice * single * single * single -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parámetros
- device
- IMTLDevice
- a
- Single
- b
- Single
- c
- Single
- Atributos