MPSCnnNeuronLogarithm Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MPSCnnNeuronLogarithm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnNeuronLogarithm (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnNeuronLogarithm(NSObjectFlag)
protected MPSCnnNeuronLogarithm (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parameters
Applies to
MPSCnnNeuronLogarithm(IntPtr)
protected internal MPSCnnNeuronLogarithm (IntPtr handle);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : nativeint -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
Parameters
- device
- IMTLDevice
- neuronDescriptor
- MPSNNNeuronDescriptor
- Attributes
Applies to
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
Parameters
- device
- IMTLDevice
- a
- Single
- b
- Single
- c
- Single
- Attributes