Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/data/_utils/
H A Dcollate.py20 np_str_obj_array_pattern = re.compile(r"[SaUO]") variable
67 and np_str_obj_array_pattern.search(data.dtype.str) is not None
282 if np_str_obj_array_pattern.search(elem.dtype.str) is not None: