Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/devtools/debug_format/
H A Det_schema.py28 OperatorGraph,
69 class FXOperatorGraph(OperatorGraph):
329 str, Node | OperatorGraph argument
332 str, Node | OperatorGraph
340 module_graphs: List[OperatorGraph] = []
342 module_element = OperatorGraph(
H A Dbase_schema.py36 class OperatorGraph: class
40 elements: List[Node | OperatorGraph]
/aosp_15_r20/external/executorch/devtools/inspector/
H A D_inspector_utils.py22 from executorch.devtools.debug_format.et_schema import FXOperatorGraph, OperatorGraph
239 ) -> Mapping[str, OperatorGraph]:
259 op_graph: OperatorGraph, argument
268 def _extract_debug_handles(graph: OperatorGraph): argument
270 if isinstance(element, OperatorGraph):
H A D_inspector.py36 from executorch.devtools.debug_format.et_schema import OperatorGraph, OperatorNode
1056 self.op_graph_dict: Optional[Mapping[str, OperatorGraph]] = None
/aosp_15_r20/external/executorch/devtools/inspector/tests/
H A Dinspector_utils_test.py18 OperatorGraph,
193 Tuple[OperatorGraph, Dict[int, OperatorNode]]
244 OperatorGraph(