Edit

Share via


MPSNNReshapeGradient Constructors

Definition

Overloads

MPSNNReshapeGradient(NSCoder)
MPSNNReshapeGradient(NSObjectFlag)
MPSNNReshapeGradient(IMTLDevice)
MPSNNReshapeGradient(IntPtr)
MPSNNReshapeGradient(NSCoder, IMTLDevice)

MPSNNReshapeGradient(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

MPSNNReshapeGradient(NSObjectFlag)

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

Parameters

Applies to

MPSNNReshapeGradient(IMTLDevice)

[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshapeGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshapeGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshapeGradient

Parameters

device
IMTLDevice
Attributes

Applies to

MPSNNReshapeGradient(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

MPSNNReshapeGradient(NSCoder, IMTLDevice)

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

Parameters

decoder
NSCoder
device
IMTLDevice
Attributes

Applies to