Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_select_algorithm.py8 import torch._inductor.select_algorithm as select_algorithm namespace
H A Dtest_cpu_select_algorithm.py15 import torch._inductor.select_algorithm as select_algorithm namespace
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-one.c34 static int select_algorithm(afl_state_t *afl, u32 max_algorithm) { in select_algorithm() function