Searched refs:handle_captures (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | lift_to_graph.py | 166 def _copy_source(s, graph, op_map, handle_captures, inverse_captures): argument 190 if handle_captures and s in inverse_captures: 217 handle_captures=False, base_graph=None): argument 300 handle_captures=handle_captures, 308 handle_captures=handle_captures,
|
D | lift_to_graph_test.py | 47 outputs, g, add_sources=True, handle_captures=True)
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 3169 add_sources=True, handle_captures=True, base_graph=source_graph)
|