Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ index
Method
index
tensorflow/core/graph/tensor_id.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
const StringPiece node() const { return first; }
45
int index() const { return second; }
46
47
string ToString() const {
48
if (second == Graph::kControlSlot) return strings::StrCat(
"^"
, first);
Callers
5
Call
Function · 0.45
ConstructOp
Function · 0.45
Convert
Method · 0.45
IsTensorIdControl
Function · 0.45
ConstructOp
Function · 0.45
Calls
no outgoing calls
Tested by
3
Call
Function · 0.36
ConstructOp
Function · 0.36
ConstructOp
Function · 0.36