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

Method _get_emitter_output

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

Source from the content-addressed store, hash-verified

601 )
602
603 def _get_emitter_output(self) -> EmitterOutput:
604 if self._emitter_output is None:
605 self._emitter_output = emit_program(
606 self.exported_program, self._emit_stacktrace
607 )
608 return self._emitter_output
609
610 def _get_pte_data(self) -> Cord:
611 if self._pte_data is None:

Callers 5

_get_pte_dataMethod · 0.95
programMethod · 0.95
debug_handle_mapMethod · 0.95
delegate_mapMethod · 0.95

Calls 1

emit_programFunction · 0.90

Tested by

no test coverage detected