Home
last modified time | relevance | path

Searched refs:register_gradient_functions (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dfunction.py731 def add_to_graph(self, g=None, register_gradient_functions=False): argument
747 if register_gradient_functions:
1617 concrete_func.add_to_graph(register_gradient_functions=True)
Dfunction_test.py2019 composite.add_to_graph(register_gradient_functions=True)