| 106 | } |
| 107 | |
| 108 | void RecordGraphInputTensors(const size_t size) { |
| 109 | graph_run_input_tensor_bytes->GetCell()->Add(size); |
| 110 | } |
| 111 | |
| 112 | void RecordGraphOutputTensors(const size_t size) { |
| 113 | graph_run_output_tensor_bytes->GetCell()->Add(size); |
no test coverage detected