Table of Contents

Class MLLstmOptions

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

Constructors

MLLstmOptions()

public MLLstmOptions()

Fields

Activations

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

Field Value

List<MLRecurrentNetworkActivation>

Bias

[Value("bias")]
public MLOperand Bias

Field Value

MLOperand

Direction

[Value("direction")]
public MLRecurrentNetworkDirection Direction

Field Value

MLRecurrentNetworkDirection

InitialCellState

[Value("initialCellState")]
public MLOperand InitialCellState

Field Value

MLOperand

InitialHiddenState

[Value("initialHiddenState")]
public MLOperand InitialHiddenState

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

ReturnSequence

[Value("returnSequence")]
public bool ReturnSequence

Field Value

bool