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.py288 context.context().clear_post_execution_callbacks()
339 default_context.clear_post_execution_callbacks()
Dcontext.py724 def clear_post_execution_callbacks(self): member in Context