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

Function OpOutputPortIdToArgId

tensorflow/core/grappler/graph_view.cc:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56} // end namespace
57
58int OpOutputPortIdToArgId(const NodeDef& node, const OpDef& op, int port_id) {
59 return OpPortIdToArgId(node, op.output_arg(), port_id);
60}
61
62int OpInputPortIdToArgId(const NodeDef& node, const OpDef& op, int port_id) {
63 return OpPortIdToArgId(node, op.input_arg(), port_id);

Callers 2

TEST_FFunction · 0.85

Calls 1

OpPortIdToArgIdFunction · 0.85

Tested by 1

TEST_FFunction · 0.68