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

Method program

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

Source from the content-addressed store, hash-verified

656
657 @property
658 def program(self) -> Program:
659 return self._get_emitter_output().program
660
661 @property
662 def debug_handle_map(self) -> Dict[int, Union[int, List[int]]]:

Calls 1

_get_emitter_outputMethod · 0.95