Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dlift_to_graph.py166 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,
Dlift_to_graph_test.py47 outputs, g, add_sources=True, handle_captures=True)
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3169 add_sources=True, handle_captures=True, base_graph=source_graph)