Home
last modified time | relevance | path

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

/external/pytorch/tools/testing/
Dtest_selections.py24 NUM_PROCS = 1 if IS_MEM_LEAK_CHECK else 3 if USE_3_PROCS else 2 variable
44 NUM_PROCS = min(count, 8) variable
47 NUM_PROCS = 1 variable