Table of Contents

Class MLLstmCellOptions

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class MLLstmCellOptions : MLOperatorOptions
Inheritance
MLLstmCellOptions
Inherited Members

Constructors

MLLstmCellOptions()

public MLLstmCellOptions()

Fields

Activations

[Value("activations")]
public List<MLRecurrentNetworkActivation> Activations

Field Value

List<MLRecurrentNetworkActivation>

Bias

[Value("bias")]
public MLOperand Bias

Field Value

MLOperand

Layout

[Value("layout")]
public MLLstmWeightLayout Layout

Field Value

MLLstmWeightLayout

PeepholeWeight

[Value("peepholeWeight")]
public MLOperand PeepholeWeight

Field Value

MLOperand

RecurrentBias

[Value("recurrentBias")]
public MLOperand RecurrentBias

Field Value

MLOperand