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

Method inputs

tensorflow/contrib/graph_editor/subgraph.py:494–496  ·  view source on GitHub ↗

The input tensors of this subgraph view.

(self)

Source from the content-addressed store, hash-verified

492
493 @property
494 def inputs(self):
495 """The input tensors of this subgraph view."""
496 return util.ListView(self._input_ts)
497
498 @property
499 def connected_inputs(self):

Callers 15

inputsFunction · 0.45
evaluateFunction · 0.45
TESTFunction · 0.45
InitializeMethod · 0.45
MakeFunctionDefFunction · 0.45
OptimizeMethod · 0.45
GetOpDescriptionFunction · 0.45
PredictCwiseOpMethod · 0.45
CountConv2DOperationsMethod · 0.45
CountMatMulOperationsMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
CheckSavedModelBundleMethod · 0.36