Searched refs:OperatorGraph (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/devtools/debug_format/ |
H A D | et_schema.py | 28 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 D | base_schema.py | 36 class OperatorGraph: class 40 elements: List[Node | OperatorGraph]
|
/aosp_15_r20/external/executorch/devtools/inspector/ |
H A D | _inspector_utils.py | 22 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.py | 36 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 D | inspector_utils_test.py | 18 OperatorGraph, 193 Tuple[OperatorGraph, Dict[int, OperatorNode]] 244 OperatorGraph(
|