MPSCnnPoolingMaxGradient 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
MPSCnnPoolingMaxGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingMaxGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnPoolingMaxGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnPoolingMaxGradient
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnPoolingMaxGradient(NSObjectFlag)
protected MPSCnnPoolingMaxGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnPoolingMaxGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnPoolingMaxGradient
Parameters
Applies to
MPSCnnPoolingMaxGradient(IntPtr)
protected internal MPSCnnPoolingMaxGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnPoolingMaxGradient : nativeint -> MetalPerformanceShaders.MPSCnnPoolingMaxGradient
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
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
Parameters
- 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
- Attributes