Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dfunction.py622 def _create_forward_backward_with_graph(attrs, forward_graph, backwards_graph): argument
624 forward_function_name = _forward_name(forward_graph.name)
643 forward_function_name, forward_graph, forward_graph.inputs,
644 forward_graph.outputs, forward_function_attr)
1211 def _wrap_backward_function(self, forward_graph, backward, outputs): argument
1214 zip((ops.tensor_id(t) for t in forward_graph.outputs), outputs))
1220 if any(t.graph is forward_graph for t in remapped_captures
1227 and t.graph is not forward_graph)]))
1435 (forward_function, forward_graph,
1446 return (forward_function, forward_graph, backward_function, output_indices,
/external/tensorflow/tensorflow/python/kernel_tests/
Dwhile_v2_test.py1293 forward_graph = ops.get_default_graph()
1302 assert shape.graph is forward_graph
1304 assert rank.graph is forward_graph
1306 assert size.graph is forward_graph
1333 forward_graph = ops.get_default_graph()
1343 assert shape.graph is forward_graph
1345 assert size.graph is forward_graph
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py882 def __init__(self, name, forward_graph): argument
886 self._forward_graph = forward_graph