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