MLCLstmLayer.Create Method
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
Create(MLCLstmDescriptor, MLCTensor[], MLCTensor[], MLCTensor[])
[Foundation.Export("layerWithDescriptor:inputWeights:hiddenWeights:biases:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCLstmLayer? Create(MLCompute.MLCLstmDescriptor descriptor, MLCompute.MLCTensor[] inputWeights, MLCompute.MLCTensor[] hiddenWeights, MLCompute.MLCTensor[]? biases);
[<Foundation.Export("layerWithDescriptor:inputWeights:hiddenWeights:biases:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MLCompute.MLCLstmDescriptor * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] -> MLCompute.MLCLstmLayer
Parameters
- descriptor
- MLCLstmDescriptor
- inputWeights
- MLCTensor[]
- hiddenWeights
- MLCTensor[]
- biases
- MLCTensor[]
Returns
- Attributes
Applies to
Create(MLCLstmDescriptor, MLCTensor[], MLCTensor[], MLCTensor[], MLCTensor[])
[Foundation.Export("layerWithDescriptor:inputWeights:hiddenWeights:peepholeWeights:biases:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCLstmLayer? Create(MLCompute.MLCLstmDescriptor descriptor, MLCompute.MLCTensor[] inputWeights, MLCompute.MLCTensor[] hiddenWeights, MLCompute.MLCTensor[]? peepholeWeights, MLCompute.MLCTensor[]? biases);
[<Foundation.Export("layerWithDescriptor:inputWeights:hiddenWeights:peepholeWeights:biases:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MLCompute.MLCLstmDescriptor * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] -> MLCompute.MLCLstmLayer
Parameters
- descriptor
- MLCLstmDescriptor
- inputWeights
- MLCTensor[]
- hiddenWeights
- MLCTensor[]
- peepholeWeights
- MLCTensor[]
- biases
- MLCTensor[]
Returns
- Attributes
Applies to
Create(MLCLstmDescriptor, MLCTensor[], MLCTensor[], MLCTensor[], MLCTensor[], MLCActivationDescriptor[], MLCActivationDescriptor)
[Foundation.Export("layerWithDescriptor:inputWeights:hiddenWeights:peepholeWeights:biases:gateActivations:outputResultActivation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCLstmLayer? Create(MLCompute.MLCLstmDescriptor descriptor, MLCompute.MLCTensor[] inputWeights, MLCompute.MLCTensor[] hiddenWeights, MLCompute.MLCTensor[]? peepholeWeights, MLCompute.MLCTensor[]? biases, MLCompute.MLCActivationDescriptor[] gateActivations, MLCompute.MLCActivationDescriptor outputResultActivation);
[<Foundation.Export("layerWithDescriptor:inputWeights:hiddenWeights:peepholeWeights:biases:gateActivations:outputResultActivation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MLCompute.MLCLstmDescriptor * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] * MLCompute.MLCTensor[] * MLCompute.MLCActivationDescriptor[] * MLCompute.MLCActivationDescriptor -> MLCompute.MLCLstmLayer
Parameters
- descriptor
- MLCLstmDescriptor
- inputWeights
- MLCTensor[]
- hiddenWeights
- MLCTensor[]
- peepholeWeights
- MLCTensor[]
- biases
- MLCTensor[]
- gateActivations
- MLCActivationDescriptor[]
- outputResultActivation
- MLCActivationDescriptor
Returns
- Attributes