MPSCnnPoolingGradient 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
MPSCnnPoolingGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnPoolingGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnPoolingGradient
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnPoolingGradient(NSObjectFlag)
protected MPSCnnPoolingGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnPoolingGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnPoolingGradient
Parameters
Applies to
MPSCnnPoolingGradient(IntPtr)
protected internal MPSCnnPoolingGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnPoolingGradient : nativeint -> MetalPerformanceShaders.MPSCnnPoolingGradient
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnPoolingGradient(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingGradient (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnPoolingGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnPoolingGradient
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
MPSCnnPoolingGradient(IMTLDevice, nuint, nuint)
[Foundation.Export("initWithDevice:kernelWidth:kernelHeight:")]
public MPSCnnPoolingGradient (Metal.IMTLDevice device, nuint kernelWidth, nuint kernelHeight);
new MetalPerformanceShaders.MPSCnnPoolingGradient : Metal.IMTLDevice * nuint * nuint -> MetalPerformanceShaders.MPSCnnPoolingGradient
Parameters
- device
- IMTLDevice
- kernelWidth
- System.System.UIntPtr System.unativeint
- kernelHeight
- System.System.UIntPtr System.unativeint
- Attributes
Applies to
MPSCnnPoolingGradient(IMTLDevice, nuint, nuint, nuint, nuint)
[Foundation.Export("initWithDevice:kernelWidth:kernelHeight:strideInPixelsX:strideInPixelsY:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingGradient (Metal.IMTLDevice device, nuint kernelWidth, nuint kernelHeight, nuint strideInPixelsX, nuint strideInPixelsY);
new MetalPerformanceShaders.MPSCnnPoolingGradient : Metal.IMTLDevice * nuint * nuint * nuint * nuint -> MetalPerformanceShaders.MPSCnnPoolingGradient
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