MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / build_results

Method build_results

tensorflow/python/client/session.py:420–424  ·  view source on GitHub ↗
(self, values)

Source from the content-addressed store, hash-verified

418 return self._unique_fetches
419
420 def build_results(self, values):
421 results = self._fetch_type()
422 for k, m, vi in zip(self._keys, self._mappers, self._value_indices):
423 results[k] = m.build_results([values[j] for j in vi])
424 return results
425
426
427class _AttrsFetchMapper(_FetchMapper):

Callers

nothing calls this directly

Calls 1

build_resultsMethod · 0.45

Tested by

no test coverage detected