Description Usage Arguments Details Value
An RNN Decoder abstract interface object.
1 |
... |
arguments to pass |
- inputs: (structure of) tensors and TensorArrays that is passed as input to the RNNCell composing the decoder, at each time step. - state: (structure of) tensors and TensorArrays that is passed to the RNNCell instance as the state. - finished: boolean tensor telling whether each sequence in the batch is finished. - training: boolean whether it should behave in training mode or in inference mode. - outputs: Instance of BasicDecoderOutput. Result of the decoding, at each time step.
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.