tf.nn.rnn_cell.InputProjectionWrapper.__init__()

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.
doc_TensorFlow
2016-10-14 13:08:32
Comments
Leave a Comment

Please login to continue.