class tf.nn.rnn_cell.EmbeddingWrapper
Operator adding input embedding to the given cell.
Note: in many cases it may be more efficient to not use this wrapper, but instead concatenate the whole sequence of your inputs in time, do the embedding on this batch-concatenated sequence, then split it and feed into your RNN.
Please login to continue.