Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py801 def _add_scope_exit_callback(self, fn): member in FuncGraph
Dops.py6917 default_graph._add_scope_exit_callback(fn) # pylint: disable=protected-access