Searched defs:make_args (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pytorch/functorch/benchmarks/ |
H A D | operator_authoring.py | 75 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 D | scan.h | 565 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 D | Makefile | 12 make_args=-C $(project_dir) O=../build macro
|
/aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | __init__.py | 24 def make_args(target): function
|
/aosp_15_r20/external/zstd/tests/ |
H A D | test-zstd-versions.py | 26 make_args = ['-j','CFLAGS=-O0'] variable
|
/aosp_15_r20/external/bpftool/src/ |
H A D | main.c | 276 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/ |
D | iobench.py | 290 def run_test_family(tests, mode_filter, files, open_func, *make_args):
|
/aosp_15_r20/external/python/cpython3/Tools/iobench/ |
D | iobench.py | 291 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/ |
D | lib.rs | 162 let mut make_args = quote! {}; in generate_dbus_exporter() localVariable
|
/aosp_15_r20/external/google-fruit/extras/benchmark/ |
H A D | run_benchmarks.py | 73 make_args = ['-j', multiprocessing.cpu_count() + 1] variable
|