Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
int OpInputPortIdToArgId(const NodeDef& node, const OpDef& op, int port_id) {
63
return OpPortIdToArgId(node, op.input_arg(), port_id);
64
}
65
66
bool HasSingleFanoutNode(const GraphView& graph_view, const NodeDef* node,
67
int port) {
Callers
2
TEST_F
Function · 0.85
IsNodeInputPortHostFriendly
Function · 0.85
Calls
1
OpPortIdToArgId
Function · 0.85
Tested by
1
TEST_F
Function · 0.68