Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
inputs
Function · 0.45
evaluate
Function · 0.45
TEST
Function · 0.45
GrapplerItemFromMetaGraphDef
Function · 0.45
Initialize
Method · 0.45
MakeFunctionDef
Function · 0.45
Optimize
Method · 0.45
GetOpDescription
Function · 0.45
CallOpDimensionsFromInputs
Method · 0.45
PredictCwiseOp
Method · 0.45
CountConv2DOperations
Method · 0.45
CountMatMulOperations
Method · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
CallOpDimensionsFromInputs
Method · 0.36
TEST
Function · 0.36
CheckSavedModelBundle
Method · 0.36