Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py124 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,
Dwhile_v2.py354 body_grad_graph, args = _create_grad_func(
608 def _create_grad_func(ys, xs, grads, cond_graph, body_graph, name, while_op, function