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

Method outputs

tensorflow/contrib/graph_editor/subgraph.py:504–506  ·  view source on GitHub ↗

The output tensors of this subgraph view.

(self)

Source from the content-addressed store, hash-verified

502
503 @property
504 def outputs(self):
505 """The output tensors of this subgraph view."""
506 return util.ListView(self._output_ts)
507
508 @property
509 def connected_outputs(self):

Callers 15

TESTFunction · 0.45
IsValidPredictSignatureFunction · 0.45
ExecuteChainedFunction · 0.45
mainFunction · 0.45
matchAndRewriteMethod · 0.45
matchAndRewriteMethod · 0.45
VerifyFunction · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
CheckSavedModelBundleMethod · 0.36