| 90 | } // namespace |
| 91 | |
| 92 | void RecordTFDataAutotune(const string& name) { |
| 93 | tf_data_autotune_counter->GetCell(name)->IncrementBy(1); |
| 94 | } |
| 95 | |
| 96 | void RecordTFDataBytesRead(const string& name, int64 num_bytes) { |
| 97 | tf_data_bytes_read_counter->GetCell(name)->IncrementBy(num_bytes); |
no test coverage detected