Home
last modified time | relevance | path

Searched refs:_gradient_function (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dbackprop.py129 def _gradient_function(op_name, attr_tuple, num_inputs, inputs, outputs, function
164 pywrap_tfe.TFE_Py_RegisterGradientFunction(_gradient_function)
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py392 op._gradient_function = function._get_gradient_function() # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dops.py2019 self._gradient_function = None
2711 gradient_function = op._gradient_function # pylint: disable=protected-access
3615 …op._gradient_function = self._gradient_function_map.get(op.type) # pylint: disable=protected-acce…