| 110 | } |
| 111 | |
| 112 | void RecordGraphOutputTensors(const size_t size) { |
| 113 | graph_run_output_tensor_bytes->GetCell()->Add(size); |
| 114 | } |
| 115 | |
| 116 | void UpdateGraphExecTime(const uint64 running_time_usecs) { |
| 117 | if (running_time_usecs > 0) { |
no test coverage detected