MCPcopy 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
101void SetOpStart(NodeExecStatsInterface* stats) {
102 if (!stats) return;
103 stats->RecordComputeStarted();
104}
105
106void SetOpEnd(NodeExecStatsInterface* stats) {
107 if (!stats) return;

Callers 4

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

Calls 1

RecordComputeStartedMethod · 0.45

Tested by

no test coverage detected