Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/devtools/debug_format/
H A Det_schema.py231 output_shapes = FXOperatorGraph._extract_output_shapes(
396 def _extract_output_shapes(val: Any) -> Optional[List[List[int]]]: member in FXOperatorGraph