Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_callbacks.py111 execute.execute = execute.execute_with_callbacks
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dexecute.py125 def execute_with_callbacks(op_name, num_outputs, inputs, attrs, ctx, name=None): function