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

Method delegate_map

exir/program/_program.py:668–673  ·  view source on GitHub ↗
(
        self,
    )

Source from the content-addressed store, hash-verified

666
667 @property
668 def delegate_map(
669 self,
670 ) -> Dict[str, Dict[int, Dict[str, Union[str, _DelegateDebugIdentifierMap]]]]:
671 if self._emitter_output:
672 return self._emitter_output.method_to_delegate_debug_id_map
673 return self._get_emitter_output().method_to_delegate_debug_id_map
674
675 @property
676 def instruction_id_to_num_outs_map(

Callers

nothing calls this directly

Calls 1

_get_emitter_outputMethod · 0.95

Tested by

no test coverage detected