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