Class MLLstmCellSupportLimits
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class MLLstmCellSupportLimits
- Inheritance
-
MLLstmCellSupportLimits
- Inherited Members
-
Constructors
MLLstmCellSupportLimits()
public MLLstmCellSupportLimits()
Fields
Bias
[Value("bias")]
public MLSupportLimits Bias
Field Value
- MLSupportLimits
CellState
[Value("cellState")]
public MLSupportLimits CellState
Field Value
- MLSupportLimits
HiddenState
[Value("hiddenState")]
public MLSupportLimits HiddenState
Field Value
- MLSupportLimits
[Value("input")]
public MLSupportLimits Input
Field Value
- MLSupportLimits
Outputs
[Value("outputs")]
public MLSupportLimits Outputs
Field Value
- MLSupportLimits
PeepholeWeight
[Value("peepholeWeight")]
public MLSupportLimits PeepholeWeight
Field Value
- MLSupportLimits
RecurrentBias
[Value("recurrentBias")]
public MLSupportLimits RecurrentBias
Field Value
- MLSupportLimits
RecurrentWeight
[Value("recurrentWeight")]
public MLSupportLimits RecurrentWeight
Field Value
- MLSupportLimits
Weight
[Value("weight")]
public MLSupportLimits Weight
Field Value
- MLSupportLimits