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.py128 def function_callback(self, function, name, graph, inputs, outputs): member in _DumpingCallback
/external/tensorflow/tensorflow/python/eager/
Dfunction.py313 def add_function_callback(function_callback): argument
343 def remove_function_callback(function_callback): argument
Dfunction_test.py3465 def function_callback(f, name, graph, inputs, outputs): function
3492 def function_callback(f, name, graph, inputs, outputs): function