Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks.py324 for callback in default_context.post_execution_callbacks:
Dexecute.py78 for callback in ctx.post_execution_callbacks:
Dcontext.py729 def post_execution_callbacks(self): member in Context