Poplar and PopLibs
|
Structure that associates a particular state tensor with a user-defined output tensor. More...
#include <Rnn.hpp>
Structure that associates a particular state tensor with a user-defined output tensor.
When passed to the Rnn() function, the state tensor for each recurrence is stored in the tensor output
.
output | The output tensor which stores the state. |
stateIndex | The index which identifies the state tensor which will be stored in the output tensor. |