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

Method unique_fetches

tensorflow/python/client/session.py:230–236  ·  view source on GitHub ↗

Return the list of unique tensors or ops needed by this fetch mapper. Returns: A list of tensors or ops.

(self)

Source from the content-addressed store, hash-verified

228 """
229
230 def unique_fetches(self):
231 """Return the list of unique tensors or ops needed by this fetch mapper.
232
233 Returns:
234 A list of tensors or ops.
235 """
236 raise NotImplementedError('Must be implemented by subclasses')
237
238 def build_results(self, values):
239 """Build results that match the original shape of the fetch.

Callers 3

_uniquify_fetchesFunction · 0.45
__init__Method · 0.45
_should_traceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected