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

Function OpInputPortIdToArgId

tensorflow/core/grappler/graph_view.cc:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62int OpInputPortIdToArgId(const NodeDef& node, const OpDef& op, int port_id) {
63 return OpPortIdToArgId(node, op.input_arg(), port_id);
64}
65
66bool HasSingleFanoutNode(const GraphView& graph_view, const NodeDef* node,
67 int port) {

Callers 2

TEST_FFunction · 0.85

Calls 1

OpPortIdToArgIdFunction · 0.85

Tested by 1

TEST_FFunction · 0.68