HomeSort by relevance Sort by last modified time
    Searched refs:_zero_state_tensors (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 61 _zero_state_tensors = rnn_cell_impl._zero_state_tensors # pylint: disable=protected-access variable
267 return _zero_state_tensors(max_time, batch_size, dtype)
    [all...]
  /external/tensorflow/tensorflow/python/ops/
rnn_cell_impl.py 124 def _zero_state_tensors(state_size, batch_size, dtype): function
252 output = _zero_state_tensors(state_size, batch_size, dtype)
    [all...]

Completed in 128 milliseconds