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

Method num_runs

tensorflow/core/util/stats_calculator.h:145–145  ·  view source on GitHub ↗

Returns number of runs.

Source from the content-addressed store, hash-verified

143
144 // Returns number of runs.
145 int num_runs() const { return static_cast<int>(run_total_us_.count()); }
146
147 // Returns stats of total microseconds spent by all nodes in each run.
148 const Stat<int64_t>& run_total_us() const { return run_total_us_; }

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected