decoder: An RNN Decoder abstract interface object.

Description Usage Arguments Details Value

Description

An RNN Decoder abstract interface object.

Usage

1

Arguments

...

arguments to pass

Details

- 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.

Value

None


tfaddons documentation built on July 2, 2020, 2:12 a.m.