class tf.nn.rnn_cell.OutputProjectionWrapper
Operator adding an output projection 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 outputs in time, do the projection on this batch-concatenated sequence, then split it if needed or directly feed into a softmax.
Please login to continue.