MPSCnnNeuronLogarithm Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MPSCnnNeuronLogarithm(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnNeuronLogarithm (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
MPSCnnNeuronLogarithm(NSObjectFlag)
protected MPSCnnNeuronLogarithm (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parameter
Gilt für:
MPSCnnNeuronLogarithm(IntPtr)
protected internal MPSCnnNeuronLogarithm (IntPtr handle);
new MetalPerformanceShaders.MPSCnnNeuronLogarithm : nativeint -> MetalPerformanceShaders.MPSCnnNeuronLogarithm
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
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
Parameter
- device
- IMTLDevice
- neuronDescriptor
- MPSNNNeuronDescriptor
- Attribute
Gilt für:
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
Parameter
- device
- IMTLDevice
- a
- Single
- b
- Single
- c
- Single
- Attribute