Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetAllStart
Function
SetAllStart
tensorflow/core/common_runtime/executor.cc:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
void SetAllStart(NodeExecStatsInterface* stats) {
97
if (!stats) return;
98
stats->RecordExecutorStarted();
99
}
100
101
void SetOpStart(NodeExecStatsInterface* stats) {
102
if (!stats) return;
Callers
1
BatchProcess
Method · 0.85
Calls
1
RecordExecutorStarted
Method · 0.45
Tested by
no test coverage detected