tf.nn.rnn_cell.LSTMCell.__call__(inputs, state, scope=None)
Run one step of LSTM.
Args:
inputs: input Tensor, 2D, batch x num_units.
state: if state_is_tuple is False, this must be a state Tensor, 2-D, batch x state_size. If state_is_tuple is True, this must be a tuple of state Tensors, both 2-D, with column sizes c_state and m_state.
scope: VariableScope for the created subgraph; defaults to "LSTMCell".
Returns:
A tuple containing: - A 2-D, [batch x output_dim], Tensor representing the o