Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback.py127 def function_callback(self, function, name, graph, inputs, outputs): member in _DumpingCallback
/external/tensorflow/tensorflow/python/eager/
Dfunction.py315 def add_function_callback(function_callback): argument
345 def remove_function_callback(function_callback): argument
Dfunction_test.py3544 def function_callback(f, name, graph, inputs, outputs): function
3571 def function_callback(f, name, graph, inputs, outputs): function