MPSRnnMatrixTrainingLayer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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