Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dexecute.py33 def quick_execute(op_name, num_outputs, inputs, attrs, ctx, name=None): function
138 tensors = quick_execute(op_name, num_outputs, inputs, attrs, ctx, name)
145 execute = quick_execute
/external/tensorflow/tensorflow/python/framework/
Dop_callbacks.py143 execute.execute = execute.quick_execute
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Derror_handling.md175 File "tensorflow/python/eager/execute.py", line 68, in quick_execute