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

Method targets

tensorflow/python/client/session.py:520–526  ·  view source on GitHub ↗

Return the unique names of ops to run. Returns: A list of strings.

(self)

Source from the content-addressed store, hash-verified

518 return self._final_fetches
519
520 def targets(self):
521 """Return the unique names of ops to run.
522
523 Returns:
524 A list of strings.
525 """
526 return self._targets
527
528 def build_results(self, session, tensor_values):
529 """Build results matching the original fetch shape.

Callers 10

partial_run_setupMethod · 0.80
_runMethod · 0.80
make_callableMethod · 0.80
XrtClientTestMethod · 0.80
TEST_FFunction · 0.80
MasterTestMethod · 0.80
RemoteDeviceTestMethod · 0.80
TESTFunction · 0.80
CreateInvalidGraphFunction · 0.80

Calls

no outgoing calls

Tested by 7

XrtClientTestMethod · 0.64
TEST_FFunction · 0.64
MasterTestMethod · 0.64
RemoteDeviceTestMethod · 0.64
TESTFunction · 0.64
CreateInvalidGraphFunction · 0.64