Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetOpStart
Function
SetOpStart
tensorflow/core/common_runtime/executor.cc:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void SetOpStart(NodeExecStatsInterface* stats) {
102
if (!stats) return;
103
stats->RecordComputeStarted();
104
}
105
106
void SetOpEnd(NodeExecStatsInterface* stats) {
107
if (!stats) return;
Callers
4
ProcessSync
Method · 0.85
ProcessAsync
Method · 0.85
ProcessNoop
Method · 0.85
ProcessConstTensor
Method · 0.85
Calls
1
RecordComputeStarted
Method · 0.45
Tested by
no test coverage detected