Share via


MPSMatrixNeuron.Copy(NSZone, IMTLDevice) Method

Definition

[Foundation.Export("copyWithZone:device:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MetalPerformanceShaders.MPSMatrixNeuron Copy(Foundation.NSZone? zone, Metal.IMTLDevice? device);
[<Foundation.Export("copyWithZone:device:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.Copy : Foundation.NSZone * Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixNeuron

Parameters

zone
NSZone

To be added.

This parameter can be null.

device
IMTLDevice

To be added.

This parameter can be null.

Returns

Attributes

Applies to