MPSCnnLogSoftMaxGradient Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
MPSCnnLogSoftMaxGradient(NSCoder) | |
MPSCnnLogSoftMaxGradient(NSObjectFlag) | |
MPSCnnLogSoftMaxGradient(IMTLDevice) | |
MPSCnnLogSoftMaxGradient(IntPtr) | |
MPSCnnLogSoftMaxGradient(NSCoder, IMTLDevice) |
MPSCnnLogSoftMaxGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
MPSCnnLogSoftMaxGradient(NSObjectFlag)
protected MPSCnnLogSoftMaxGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Параметры
Применяется к
MPSCnnLogSoftMaxGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Параметры
- device
- IMTLDevice
- Атрибуты
Применяется к
MPSCnnLogSoftMaxGradient(IntPtr)
protected internal MPSCnnLogSoftMaxGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : nativeint -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Параметры
- handle
-
IntPtr
nativeint
Применяется к
MPSCnnLogSoftMaxGradient(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Параметры
- decoder
- NSCoder
- device
- IMTLDevice
- Атрибуты