MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / SetScheduled

Function SetScheduled

tensorflow/core/common_runtime/executor.cc:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88inline int64 NowInNsec() { return Env::Default()->NowNanos(); }
89
90void SetScheduled(NodeExecStatsInterface* stats, int64 micros) {
91 if (!stats) return;
92 stats->SetScheduled(micros * EnvTime::kMicrosToNanos);
93}
94
95
96void SetAllStart(NodeExecStatsInterface* stats) {

Callers 1

BatchProcessMethod · 0.85

Calls 1

SetScheduledMethod · 0.45

Tested by

no test coverage detected