編集

次の方法で共有


MPSRnnMatrixTrainingLayer Constructors

Definition

Overloads

MPSRnnMatrixTrainingLayer(NSCoder)
MPSRnnMatrixTrainingLayer(NSObjectFlag)
MPSRnnMatrixTrainingLayer(IntPtr)
MPSRnnMatrixTrainingLayer(NSCoder, IMTLDevice)
MPSRnnMatrixTrainingLayer(IMTLDevice, MPSRnnDescriptor, NSMutableArray<MPSMatrix>)

MPSRnnMatrixTrainingLayer(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

MPSRnnMatrixTrainingLayer(NSObjectFlag)

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

Parameters

Applies to

MPSRnnMatrixTrainingLayer(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

MPSRnnMatrixTrainingLayer(NSCoder, IMTLDevice)

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

Parameters

decoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSRnnMatrixTrainingLayer(IMTLDevice, MPSRnnDescriptor, NSMutableArray<MPSMatrix>)

[Foundation.Export("initWithDevice:rnnDescriptor:trainableWeights:")]
[ObjCRuntime.DesignatedInitializer]
public MPSRnnMatrixTrainingLayer (Metal.IMTLDevice device, MetalPerformanceShaders.MPSRnnDescriptor rnnDescriptor, Foundation.NSMutableArray<MetalPerformanceShaders.MPSMatrix> trainableWeights);
new MetalPerformanceShaders.MPSRnnMatrixTrainingLayer : Metal.IMTLDevice * MetalPerformanceShaders.MPSRnnDescriptor * Foundation.NSMutableArray<MetalPerformanceShaders.MPSMatrix> -> MetalPerformanceShaders.MPSRnnMatrixTrainingLayer

Parameters

device
IMTLDevice
rnnDescriptor
MPSRnnDescriptor
trainableWeights
NSMutableArray<MPSMatrix>
Attributes

Applies to