| Class and Description |
|---|
| LSTMConfiguration
LSTM Configuration - for
LSTMLayer and LSTMBlockCell |
| Class and Description |
|---|
| LSTMCellConfiguration |
| LSTMConfiguration
LSTM Configuration - for
LSTMLayer and LSTMBlockCell |
| Class and 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 |
| Class and 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.