MPSCnnPoolingL2NormGradient 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- 屬性