Modifier

Partager via


MPSCnnPoolingL2NormGradient Constructors

Definition

Overloads

MPSCnnPoolingL2NormGradient(NSCoder)
MPSCnnPoolingL2NormGradient(NSObjectFlag)
MPSCnnPoolingL2NormGradient(IntPtr)
MPSCnnPoolingL2NormGradient(NSCoder, IMTLDevice)
MPSCnnPoolingL2NormGradient(IMTLDevice, nuint, nuint, nuint, nuint)

MPSCnnPoolingL2NormGradient(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingL2NormGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient

Parameters

coder
NSCoder
Attributes

Applies to

MPSCnnPoolingL2NormGradient(NSObjectFlag)

protected MPSCnnPoolingL2NormGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient

Parameters

Applies to

MPSCnnPoolingL2NormGradient(IntPtr)

protected internal MPSCnnPoolingL2NormGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : nativeint -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient

Parameters

handle
IntPtr

nativeint

Applies to

MPSCnnPoolingL2NormGradient(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingL2NormGradient (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient

Parameters

decoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSCnnPoolingL2NormGradient(IMTLDevice, nuint, nuint, nuint, nuint)

[Foundation.Export("initWithDevice:kernelWidth:kernelHeight:strideInPixelsX:strideInPixelsY:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingL2NormGradient (Metal.IMTLDevice device, nuint kernelWidth, nuint kernelHeight, nuint strideInPixelsX, nuint strideInPixelsY);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Metal.IMTLDevice * nuint * nuint * nuint * nuint -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient

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

Applies to