Home
last modified time | relevance | path

Searched defs:function_callback (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddumping_callback.py122 def function_callback(self, function, name, graph, inputs, outputs): member in _DumpingCallback
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction.py208 def add_function_callback(function_callback): argument
238 def remove_function_callback(function_callback): argument
H A Dfunction_test.py3647 def function_callback(f, name, graph, inputs, outputs): function
3674 def function_callback(f, name, graph, inputs, outputs): function
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c641 static int function_callback(struct tep_event *event, struct tep_record *record, in function_callback() function