Poplar and PopLibs
popnn::rnn::StateSequence Struct Reference

Structure that associates a particular state tensor with a user-defined output tensor. More...

#include <Rnn.hpp>

Detailed Description

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.

Parameters
outputThe output tensor which stores the state.
stateIndexThe index which identifies the state tensor which will be stored in the output tensor.

The documentation for this struct was generated from the following file: