Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Name
Method
Name
tensorflow/core/framework/function.cc:427–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
string Name(int node_index) const {
428
CHECK_LT(node_index, nodes_.size());
429
return nodes_[node_index].name;
430
}
431
432
string Name(int node_index, int output_index) const {
433
if (output_index == 0) {
Callers
nothing calls this directly
Calls
3
Name
Class · 0.70
StrCat
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected