Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_export/
H A Dconverter.py460 def _convert_block_to_subgraph(self, node: torch._C.Node, arguments: List[str]): member in TS2FXGraphConverter
1059 subgraph_nodes, subgraph_converters = self._convert_block_to_subgraph(
1143 subgraph_nodes, _ = self._convert_block_to_subgraph(node, arguments)