Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dsession.py224 def unique_fetches(self): member in _FetchMapper
318 def unique_fetches(self): member in _ElementFetchMapper
349 unique_fetches = []
354 for f in m.unique_fetches():
359 unique_fetches.append(f)
362 return unique_fetches, value_indices
381 def unique_fetches(self): member in _ListFetchMapper
421 def unique_fetches(self): member in _DictFetchMapper
447 def unique_fetches(self): member in _AttrsFetchMapper
492 for fetch in self._fetch_mapper.unique_fetches():
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/
H A Dprofile_context.py273 … session._FetchMapper.for_fetch(fetches).unique_fetches()] # pylint: disable=protected-access
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dxla_test.py91 for fetch in fetch_mapper.unique_fetches():