Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function.py1045 for c in self._list_all_concrete_functions()
1125 def _list_all_concrete_functions(self): member in Function
1133 self._stateful_fn._list_all_concrete_functions())
1136 self._stateless_fn._list_all_concrete_functions())
1146 concrete_functions = self._list_all_concrete_functions()
H A Dfunction.py2564 def _list_all_concrete_functions(self) -> List[ConcreteFunction]: member in Function
H A Dfunction_test.py99 return defined._list_all_concrete_functions() # pylint: disable=protected-access
3181 return defined._list_all_concrete_functions() # pylint: disable=protected-access
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dsave.py1402 for fdef in func._list_all_concrete_functions(): # pylint: disable=protected-access
H A Dsave_test.py942 function_cache = root.f._stateful_fn._list_all_concrete_functions()