Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/benchmarks/
H A Doperator_authoring.py75 def test(make_args, nnc=nnc_add, aten=torch.add): argument
89 def test_inplace(make_args, nnc=nnc_add, aten=torch.add): argument
102 def test_out(make_args, out, nnc=nnc_add, aten=torch.add): argument
116 def test_backwards(make_args, nnc=nnc_add, aten=torch.add): argument
/aosp_15_r20/external/fmtlib/test/
H A Dscan.h565 void make_args(std::array<scan_arg, sizeof...(T)>&, std::tuple<T...>&) {} in make_args() function
568 void make_args(std::array<scan_arg, sizeof...(T)>& args, in make_args() function
/aosp_15_r20/external/coreboot/payloads/external/U-Boot/
H A DMakefile12 make_args=-C $(project_dir) O=../build macro
/aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py24 def make_args(target): function
/aosp_15_r20/external/zstd/tests/
H A Dtest-zstd-versions.py26 make_args = ['-j','CFLAGS=-O0'] variable
/aosp_15_r20/external/bpftool/src/
H A Dmain.c276 static int make_args(char *line, char *n_argv[], int maxargs, int cmd_nb) in make_args() function
/aosp_15_r20/external/python/cpython2/Tools/iobench/
Diobench.py290 def run_test_family(tests, mode_filter, files, open_func, *make_args):
/aosp_15_r20/external/python/cpython3/Tools/iobench/
Diobench.py291 def run_test_family(tests, mode_filter, files, open_func, *make_args):
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs162 let mut make_args = quote! {}; in generate_dbus_exporter() localVariable
/aosp_15_r20/external/google-fruit/extras/benchmark/
H A Drun_benchmarks.py73 make_args = ['-j', multiprocessing.cpu_count() + 1] variable