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

Method partition

backends/test/harness/tester.py:246–249  ·  view source on GitHub ↗
(self, partition_stage: Optional[Partition] = None)

Source from the content-addressed store, hash-verified

244 )
245
246 def partition(self, partition_stage: Optional[Partition] = None):
247 return self._run_stage(
248 partition_stage or self._get_default_stage(StageType.PARTITION)
249 )
250
251 def to_executorch(self, to_executorch_stage: Optional[ToExecutorch] = None):
252 return self._run_stage(

Callers 10

_test_ceilMethod · 0.95
_test_divMethod · 0.95
_test_catMethod · 0.95
_test_linearMethod · 0.95
_test_dqlinearMethod · 0.95
_get_partition_resultMethod · 0.45
test_visualize_partitionFunction · 0.45

Calls 2

_run_stageMethod · 0.95
_get_default_stageMethod · 0.95

Tested by

no test coverage detected