| Class | Description |
|---|---|
| GRUCell |
GRU cell for RNNs
|
| LSTMBlockCell |
LSTM Block cell - represents forward pass for a single time step of an LSTM RNN.
Same operation used internally in op/layer LSTMLayer.Implementation of operation for LSTM layer with optional peep hole connections. S. |
| LSTMCell |
LSTM cell
|
| LSTMLayer |
LSTM layer implemented as a single operation.
|
| SRU |
Simple recurrent unit
|
| SRUCell |
A simple recurrent unit cell.
|
Copyright © 2019. All rights reserved.