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

Method build_results

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

Source from the content-addressed store, hash-verified

442 return self._unique_fetches
443
444 def build_results(self, values):
445 results = []
446 for m, vi in zip(self._mappers, self._value_indices):
447 results.append(m.build_results([values[j] for j in vi]))
448 return self._fetch_type(*results)
449
450
451class _FetchHandler(object):

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
build_resultsMethod · 0.45

Tested by

no test coverage detected