Searched refs:_list_all_concrete_functions (Results 1 – 5 of 5) sorted by relevance
1045 for c in self._list_all_concrete_functions()1125 def _list_all_concrete_functions(self): member in Function1133 self._stateful_fn._list_all_concrete_functions())1136 self._stateless_fn._list_all_concrete_functions())1146 concrete_functions = self._list_all_concrete_functions()
2564 def _list_all_concrete_functions(self) -> List[ConcreteFunction]: member in Function
99 return defined._list_all_concrete_functions() # pylint: disable=protected-access3181 return defined._list_all_concrete_functions() # pylint: disable=protected-access
1402 for fdef in func._list_all_concrete_functions(): # pylint: disable=protected-access
942 function_cache = root.f._stateful_fn._list_all_concrete_functions()