Home
last modified time | relevance | path

Searched defs:MODULE_CLASSES (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_modules.py53 MODULE_CLASSES: List[Type] = list(chain(*[ variable
56 MODULE_CLASSES = [cls for cls in MODULE_CLASSES if cls not in MODULES_TO_SKIP] variable