Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dbackprop.py738 def _extract_tensors_and_variables(tensor): function
745 yield from _extract_tensors_and_variables(components)
920 for t in _extract_tensors_and_variables(tensor):