Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py1077 def _add_scope_exit_callback(self, fn): member in FuncGraph
H A Dops.py7248 default_graph._add_scope_exit_callback(fn) # pylint: disable=protected-access