Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]]:
Callers
4
test_compatibility_in_runtime
Method · 0.45
test_emit_lowered_backend_module_end_to_end
Method · 0.45
test_emit_lowered_backend_module
Method · 0.45
test_emit_nested_lowered_backend_module
Method · 0.45
Calls
1
_get_emitter_output
Method · 0.95
Tested by
4
test_compatibility_in_runtime
Method · 0.36
test_emit_lowered_backend_module_end_to_end
Method · 0.36
test_emit_lowered_backend_module
Method · 0.36
test_emit_nested_lowered_backend_module
Method · 0.36