Home
last modified time | relevance | path

Searched refs:_partition_graph_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/exir/backend/test/
H A Dtest_backends_nested.py101 def _partition_graph_module( member in Backend2PartitionerDemo
110 submodule_partition_tags = self._partition_graph_module(submodule)
121 partition_tags = self._partition_graph_module(exported_program.graph_module)
178 def _partition_graph_module( member in Backend1PartitionerDemo
190 self._partition_graph_module(submodule)
207 partition_tags = self._partition_graph_module(exported_program.graph_module)
H A Dop_partitioner_demo.py67 def _partition_graph_module( member in AddMulPartitionerDemo
82 ret_partition_tags = self._partition_graph_module(submodule)
88 partition_tags = self._partition_graph_module(exported_program.graph_module)
245 def _partition_graph_module( member in NonDecompTestPartitioner
258 ret_partition_tags = self._partition_graph_module(submodule)
263 partition_tags = self._partition_graph_module(exported_program.graph_module)
/aosp_15_r20/external/executorch/backends/example/
H A Dexample_partitioner.py46 def _partition_graph_module( member in ExamplePartitioner
79 submodule_partition_tags = self._partition_graph_module(submodule)
85 partition_tag = self._partition_graph_module(exported_program.graph_module)