Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Drecurrent.py279 cell_grad, argument
314 self._cell_grad = cell_grad
608 def _GetCellGrad(cell_fn, cell_grad): argument
624 if cell_grad:
625 return cell_grad
658 cell_grad=None, argument
711 if cell_grad is None and _IsSingleTimeStep(inputs, max_input_length):
722 cell_grad = _GetCellGrad(cell_fn, cell_grad)
734 cell_grad=cell_grad,
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/
Drecurrent_test.py172 cell_grad=RecurrentTest.ElmanGrad if use_grad else None)