Home
last modified time | relevance | path

Searched defs:remove_op_callback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_callbacks.py125 def remove_op_callback(op_callback): function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py1374 def remove_op_callback(self, callback): member in Context