tf.nn.rnn_cell.InputProjectionWrapper.__init__(cell, num_proj, input_size=None)
Create a cell with input projection.
Args:
-
cell: an RNNCell, a projection of inputs is added before it. -
num_proj: Python integer. The dimension to project to. -
input_size: Deprecated and unused.
Raises:
-
TypeError: if cell is not an RNNCell.
Please login to continue.