MCPcopy Create free account
hub / github.com/pytorch/executorch / pull_debug_output

Method pull_debug_output

backends/qualcomm/export_utils.py:490–494  ·  view source on GitHub ↗
(self, etdump_path, debug_ouput_path, callback=None)

Source from the content-addressed store, hash-verified

488 callback()
489
490 def pull_debug_output(self, etdump_path, debug_ouput_path, callback=None):
491 self._adb(["pull", self.etdump_path, etdump_path])
492 self._adb(["pull", self.debug_output_path, debug_ouput_path])
493 if callback:
494 callback()
495
496 def pull_heap_output(self, src_file_path, dst_folder, callback=None):
497 self._adb(["pull", src_file_path, dst_folder])

Callers 2

verify_outputMethod · 0.95
mainFunction · 0.95

Calls 2

_adbMethod · 0.95
callbackFunction · 0.85

Tested by

no test coverage detected