Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetActivityID
Method
SetActivityID
tensorflow/core/common_runtime/step_stats_collector.cc:196–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void NodeExecStatsWrapper::SetActivityID(int64 id) {
197
stats_->set_correlation_id(id);
198
}
199
200
void NodeExecStatsWrapper::SetParentID(int64 id) {
201
stats_->set_parent_id(id);
Callers
1
SetActivityID
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected