| 27 | ".*/(device:gpu|gpu|device:cpu|cpu|device:sycl):\\d+"); |
| 28 | } |
| 29 | bool IsCanonicalDevice(const string& device) { return CountAsCPUTime(device); } |
| 30 | |
| 31 | // Notes about start and end time from the NodeExecStats proto: |
| 32 | // For GPU, there is no difference between op_end_rel_micros and |
no test coverage detected