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

Method get_edge_program

backends/test/program_builder.py:134–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 )
133
134 def get_edge_program(self) -> EdgeProgramManager:
135 return EdgeProgramManager(
136 self.get_program(),
137 core_aten_ops_exception_list=self._core_aten_ops_exception_list,
138 )

Calls 2

get_programMethod · 0.95
EdgeProgramManagerClass · 0.90