Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks.py282 execute.execute = execute.execute_with_callbacks
Dexecute.py75 def execute_with_callbacks(op_name, num_outputs, inputs, attrs, ctx, name=None): function