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

Method debug_handle_map

exir/program/_program.py:662–665  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

660
661 @property
662 def debug_handle_map(self) -> Dict[int, Union[int, List[int]]]:
663 if self._emitter_output:
664 return self._emitter_output.debug_handle_map
665 return self._get_emitter_output().debug_handle_map
666
667 @property
668 def delegate_map(

Callers

nothing calls this directly

Calls 1

_get_emitter_outputMethod · 0.95

Tested by

no test coverage detected