class tf.nn.rnn_cell.InputProjectionWrapper
Operator adding an input 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 inputs in time, do the projection on this batch-concatenated sequence, then split it.
Please login to continue.