(self, device_name)
| 636 | return '/host:CPU' in device_name |
| 637 | |
| 638 | def _is_launchtrace_device(self, device_name): |
| 639 | return "/host:CPU Launch" in device_name |
| 640 | |
| 641 | def _allocate_pids(self): |
| 642 | """Allocate fake process ids for each device in the StepStats.""" |
no outgoing calls
no test coverage detected