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

Method fetches

tensorflow/python/client/session.py:512–518  ·  view source on GitHub ↗

Return the unique names of tensors to fetch. Returns: A list of strings.

(self)

Source from the content-addressed store, hash-verified

510 % op.name)
511
512 def fetches(self):
513 """Return the unique names of tensors to fetch.
514
515 Returns:
516 A list of strings.
517 """
518 return self._final_fetches
519
520 def targets(self):
521 """Return the unique names of ops to run.

Callers 8

partial_run_setupMethod · 0.80
_runMethod · 0.80
make_callableMethod · 0.80
matchAndRewriteMethod · 0.80
matchAndRewriteMethod · 0.80
BreakUpIslandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected