Table of Contents

Class MLGruCellOptions

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

Constructors

MLGruCellOptions()

public MLGruCellOptions()

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 MLGruWeightLayout Layout

Field Value

MLGruWeightLayout

RecurrentBias

[Value("recurrentBias")]
public MLOperand RecurrentBias

Field Value

MLOperand

ResetAfter

[Value("resetAfter")]
public bool ResetAfter

Field Value

bool