MPSCnnNeuronLogarithm Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
MPSCnnNeuronLogarithm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnNeuronLogarithm (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
MPSCnnNeuronLogarithm(NSObjectFlag)
protected MPSCnnNeuronLogarithm (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Параметры
Применяется к
MPSCnnNeuronLogarithm(IntPtr)
protected internal MPSCnnNeuronLogarithm (IntPtr handle);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : nativeint -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Параметры
- handle
-
IntPtr
nativeint
Применяется к
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
Параметры
- device
- IMTLDevice
- neuronDescriptor
- MPSNNNeuronDescriptor
- Атрибуты
Применяется к
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
Параметры
- device
- IMTLDevice
- a
- Single
- b
- Single
- c
- Single
- Атрибуты