Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/
H A Dprint_program.py188 def _format_arg(evalue_idx: int) -> str: function
/aosp_15_r20/external/pytorch/torch/fx/
H A Dnode.py120 def _format_arg(arg: object, max_list_len: float = float('inf')) -> str: function