MCPcopy 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
324def graph_inputs(op):
325 return [x.op for x in op.inputs] + list(op.control_inputs)
326
327
328def _path_from(from_op, tensor, sources):

Callers 2

_path_fromFunction · 0.85
map_subgraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected