Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction.py1845 {"PartitionedCall": self._get_gradient_function(),
1846 "StatefulPartitionedCall": self._get_gradient_function()}):
2090 def _get_gradient_function(self): member in ConcreteFunction
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_deserialization.py486 op._gradient_function = function._get_gradient_function() # pylint: disable=protected-access