Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ graph_inputs
Function
graph_inputs
tensorflow/python/ops/op_selector.py:324–325 ·
view source on GitHub ↗
(op)
Source
from the content-addressed store, hash-verified
322
323
324
def
graph_inputs(op):
325
return
[x.op
for
x in op.inputs] + list(op.control_inputs)
326
327
328
def
_path_from(from_op, tensor, sources):
Callers
2
_path_from
Function · 0.85
map_subgraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected