Retruns true if this device is part of the HostTracer logging.
(self, device_name)
| 632 | 'stream:MemcpyDtoH' in device_name |
| 633 | |
| 634 | def _is_hosttrace_dvice(self, device_name): |
| 635 | """ Retruns true if this device is part of the HostTracer logging. """ |
| 636 | return '/host:CPU' in device_name |
| 637 | |
| 638 | def _is_launchtrace_device(self, device_name): |
| 639 | return "/host:CPU Launch" in device_name |