public class LSTMCellOutputs extends Object
| Constructor and Description |
|---|
LSTMCellOutputs(SDVariable[] outputs) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
getAllOutputs()
Get all outputs returned by the cell.
|
SDVariable |
getOutput()
Get y, the output of the cell.
|
SDVariable |
getState()
Get c, the cell's state.
|
public LSTMCellOutputs(SDVariable[] outputs)
public List<SDVariable> getAllOutputs()
public SDVariable getOutput()
public SDVariable getState()
Copyright © 2021. All rights reserved.