MCPcopy 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
96void SetAllStart(NodeExecStatsInterface* stats) {
97 if (!stats) return;
98 stats->RecordExecutorStarted();
99}
100
101void SetOpStart(NodeExecStatsInterface* stats) {
102 if (!stats) return;

Callers 1

BatchProcessMethod · 0.85

Calls 1

RecordExecutorStartedMethod · 0.45

Tested by

no test coverage detected