Home
last modified time | relevance | path

Searched refs:_copy_some_through (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Drnn.py243 def _copy_some_through(flat_new_output, flat_new_state): function
267 lambda: _copy_some_through(flat_new_output, flat_new_state))
280 final_output_and_state = _copy_some_through(new_output, new_state)
1181 def _copy_some_through(current, candidate): function
1194 emit_output = _copy_some_through(zero_emit, emit_output)
1195 next_state = _copy_some_through(state, next_state)