| Class | Description |
|---|---|
| GRUCellConfiguration | |
| LSTMCellConfiguration | |
| LSTMConfiguration |
LSTM Configuration - for
LSTMLayer and LSTMBlockCell |
| Enum | Description |
|---|---|
| RnnDataFormat |
Data format for RNNs - rank 3 data.
TNS: shape [timeLength, numExamples, inOutSize] - sometimes referred to as "time major" NST: shape [numExamples, inOutSize, timeLength] NTS: shape [numExamples, timeLength, inOutSize] - TF "time_major=false" layout |
Copyright © 2019. All rights reserved.