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

Method pull_etdump

backends/qualcomm/export_utils.py:485–488  ·  view source on GitHub ↗
(self, output_path, callback=None)

Source from the content-addressed store, hash-verified

483 callback()
484
485 def pull_etdump(self, output_path, callback=None):
486 self._adb(["pull", self.etdump_path, output_path])
487 if callback:
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])

Callers 3

verify_outputMethod · 0.95
executeFunction · 0.95
mainFunction · 0.95

Calls 2

_adbMethod · 0.95
callbackFunction · 0.85

Tested by

no test coverage detected