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

Method to_executorch

backends/test/harness/tester.py:251–254  ·  view source on GitHub ↗
(self, to_executorch_stage: Optional[ToExecutorch] = None)

Source from the content-addressed store, hash-verified

249 )
250
251 def to_executorch(self, to_executorch_stage: Optional[ToExecutorch] = None):
252 return self._run_stage(
253 to_executorch_stage or self._get_default_stage(StageType.TO_EXECUTORCH)
254 )
255
256 def serialize(self, serialize_stage: Optional[Serialize] = None):
257 return self._run_stage(

Callers 15

_test_ceilMethod · 0.95
_test_divMethod · 0.95
_test_dqMethod · 0.95
_test_linearMethod · 0.95
_test_dqlinearMethod · 0.95
setUpClassMethod · 0.45
mainFunction · 0.45
export_module_to_programFunction · 0.45
mainFunction · 0.45
test_ft_map_basicMethod · 0.45
test_ft_map_dynshapeMethod · 0.45

Calls 2

_run_stageMethod · 0.95
_get_default_stageMethod · 0.95

Tested by

no test coverage detected