Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dgen_data.py152 opinfo_ops = [remove_suffix(i.strip(), ".default") for i in f] variable
155 opinfo_counts = defaultdict(int, dict(zip(opinfo_ops, opinfo_counts)))
177 full_name_check(opinfo_ops),