Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks.py271 context.get_default_context().clear_post_execution_callbacks()
330 default_context.clear_post_execution_callbacks()
Dcontext.py401 def clear_post_execution_callbacks(self): member in Context