MPSCnnNeuronExponential 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
MPSCnnNeuronExponential(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnNeuronExponential (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnNeuronExponential : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnNeuronExponential
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnNeuronExponential(NSObjectFlag)
protected MPSCnnNeuronExponential (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnNeuronExponential : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnNeuronExponential
Parameters
Applies to
MPSCnnNeuronExponential(IntPtr)
protected internal MPSCnnNeuronExponential (IntPtr handle);
new MetalPerformanceShaders.MPSCnnNeuronExponential : nativeint -> MetalPerformanceShaders.MPSCnnNeuronExponential
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnNeuronExponential(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 MPSCnnNeuronExponential (Metal.IMTLDevice device, MetalPerformanceShaders.MPSNNNeuronDescriptor neuronDescriptor);
new MetalPerformanceShaders.MPSCnnNeuronExponential : Metal.IMTLDevice * MetalPerformanceShaders.MPSNNNeuronDescriptor -> MetalPerformanceShaders.MPSCnnNeuronExponential
Parameters
- device
- IMTLDevice
- neuronDescriptor
- MPSNNNeuronDescriptor
- Attributes
Applies to
MPSCnnNeuronExponential(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 MPSCnnNeuronExponential (Metal.IMTLDevice device, float a, float b, float c);
new MetalPerformanceShaders.MPSCnnNeuronExponential : Metal.IMTLDevice * single * single * single -> MetalPerformanceShaders.MPSCnnNeuronExponential
Parameters
- device
- IMTLDevice
- a
- Single
- b
- Single
- c
- Single
- Attributes