Searched refs:_create_grad_func (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | cond_v2.py | 124 true_grad_graph = _create_grad_func( 126 false_grad_graph = _create_grad_func( 391 def _create_grad_func(func_graph, grads, name): function 1043 _create_grad_func(branch_graph, grads,
|
D | while_v2.py | 354 body_grad_graph, args = _create_grad_func( 608 def _create_grad_func(ys, xs, grads, cond_graph, body_graph, name, while_op, function
|