Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetTracemeId
Method
GetTracemeId
tensorflow/core/framework/run_handler.cc:192–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
int64 GetTracemeId() { return traceme_id_.load(std::memory_order_relaxed); }
193
194
void SetTracemeId(int64 value) { traceme_id_ = value; }
195
void SetRank(int64 value) { rank_ = value; }
Callers
5
AddWorkToQueue
Method · 0.80
WorkerLoop
Method · 0.80
RecomputePoolStatsLocked
Method · 0.80
ScheduleInterOpClosure
Method · 0.80
ScheduleIntraOpClosure
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected