Table of Contents

Class MLGruOptions

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

Constructors

MLGruOptions()

public MLGruOptions()

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

InitialHiddenState

[Value("initialHiddenState")]
public MLOperand InitialHiddenState

Field Value

MLOperand

Layout

[Value("layout")]
public MLGruWeightLayout Layout

Field Value

MLGruWeightLayout

RecurrentBias

[Value("recurrentBias")]
public MLOperand RecurrentBias

Field Value

MLOperand

ResetAfter

[Value("resetAfter")]
public bool ResetAfter

Field Value

bool

ReturnSequence

[Value("returnSequence")]
public bool ReturnSequence

Field Value

bool