Searched defs:attr_tuple (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | forwardprop.py | 43 def _identity_jvp(attr_tuple, inputs, outputs, tangents): argument 54 def _read_variable_jvp(attr_tuple, inputs, outputs, tangents): argument 70 def _jvp_helper(op_name, attr_tuple, inputs, outputs, tangents): argument 142 def _jvp_helper_wrapper(op_name, attr_tuple, inputs, outputs, tangents, argument 199 attr_tuple, argument
|
H A D | backprop.py | 127 def _gradient_function(op_name, attr_tuple, num_inputs, inputs, outputs, argument
|