Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_list_dict.py2002 def python_lookup(my_dict: Dict[str, int], keys: List[str]) -> List[int]: function
2006 return python_lookup(my_dict, keys)