MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _is_launchtrace_device

Method _is_launchtrace_device

tensorflow/python/client/timeline.py:638–639  ·  view source on GitHub ↗
(self, device_name)

Source from the content-addressed store, hash-verified

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."""

Callers 2

_assign_lanesMethod · 0.95
_show_computeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected