| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff.ops |
| Modifier and Type | Method and Description |
|---|---|
LSTMCellOutputs |
SDRNN.lstmCell(SDVariable x,
SDVariable cLast,
SDVariable yLast,
LSTMWeights weights,
LSTMConfiguration config)
|
LSTMCellOutputs |
SDRNN.lstmCell(String baseName,
SDVariable x,
SDVariable cLast,
SDVariable yLast,
LSTMWeights weights,
LSTMConfiguration config)
The LSTM cell.
|
Copyright © 2019. All rights reserved.