| 93 | void AddMemoryStats(const string& dev, const NodeExecStats& step_stat); |
| 94 | |
| 95 | int64 run_count() const { return exec_.run_count(); } |
| 96 | // The execution time of an op. If it runs on accelerator, then it's |
| 97 | // accelerator_exec_micros(). Otherwise, it's CPU time. |
| 98 | int64 exec_micros() const; |
no outgoing calls
no test coverage detected