Home
last modified time | relevance | path

Searched defs:split_graph (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/extension/llm/custom_ops/
H A Dmodel_sharding.py102 def split_graph(edge_program: ExportedProgram, num_layers: int, shares: int): function
/aosp_15_r20/external/executorch/backends/qualcomm/tests/
H A Dutils.py448 def split_graph(self, graph_module: torch.fx.GraphModule, division: int): member in TestQNN