共用方式為


MPSCnnPoolingL2NormGradient 建構函式

定義

多載

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

參數

coder
NSCoder
屬性

適用於

MPSCnnPoolingL2NormGradient(NSObjectFlag)

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

參數

適用於

MPSCnnPoolingL2NormGradient(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

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

參數

decoder
NSCoder
device
IMTLDevice
屬性

適用於

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

參數

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
屬性

適用於