Home
last modified time | relevance | path

Searched full:covered_ops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dgen_test_model.py117 covered_ops = production_ops.intersection(all_generated_ops)
118 uncovered_ops = production_ops - covered_ops
119 coverage = round(100 * len(covered_ops) / len(production_ops), 2)
124 op: production_ops_dict["root_operators"][op] for op in covered_ops
135 f"Covered {len(covered_ops)}/{len(production_ops)} ({coverage}%) production ops"
145 "_covered_ops": len(covered_ops),
151 "covered_ops": covered_ops_dict,
H A Dcoverage.yaml700 covered_ops: