The output of a single invocation of an RNN module's forward() method.
More...
#include <rnn.h>
Data Fields | |
| Tensor | output |
| The result of applying the specific RNN algorithm to the input tensor and input state. More... | |
| Tensor | state |
| The new, updated state that can be fed into the RNN in the next forward step. More... | |
The output of a single invocation of an RNN module's forward() method.
| Tensor torch::nn::RNNOutput::output |
| Tensor torch::nn::RNNOutput::state |
1.8.11