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