Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/op_analysis/
H A Dgen_data.py154 opinfo_counts = [i.strip() for i in f] variable
155 opinfo_counts = defaultdict(int, dict(zip(opinfo_ops, opinfo_counts))) variable
158 return opinfo_counts[x["full_name"]]