MCPcopy 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
106void SetOpEnd(NodeExecStatsInterface* stats) {
107 if (!stats) return;
108 stats->RecordComputeEnded();
109}
110
111void SetAllEnd(NodeExecStatsInterface* stats) {
112 if (!stats) return;

Callers 4

ProcessSyncMethod · 0.85
ProcessAsyncMethod · 0.85
ProcessNoopMethod · 0.85
ProcessConstTensorMethod · 0.85

Calls 1

RecordComputeEndedMethod · 0.45

Tested by

no test coverage detected