Home
last modified time | relevance | path

Searched refs:test_params (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dwmma.py89 test_params = params
90 test_params["intrinsic"] = Template(intrinsic_template).substitute(params)
91 test_params["function"] = test_params["intrinsic"].replace(".","_")
92 test_params["instruction"] = Template(instruction_template).substitute(params)
93 test_params["ret_ty"] = make_wmma_ld_ret_ty(abc, itype)
95 test_params["check_result"] = check_f16_4 if itype == "f16" else check_f32_8
97 test_params["check_result"] = check_f16_8
100 test_params["extra_args"] = ", i32 %stride";
101 test_params["stride_pattern"] = ", %r{{[0-9]+}}"
103 test_params["extra_args"] = ""
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_bpf.c31 struct test_params { struct
152 static void build_recv_group(const struct test_params p, int fd[], uint16_t mod, in build_recv_group()
188 static void send_from(struct test_params p, uint16_t sport, char *buf, in send_from()
213 static void test_recv_order(const struct test_params p, int fd[], int mod) in test_recv_order()
273 static void test_reuseport_ebpf(struct test_params p) in test_reuseport_ebpf()
290 static void test_reuseport_cbpf(struct test_params p) in test_reuseport_cbpf()
307 static void test_extra_filter(const struct test_params p) in test_extra_filter()
339 static void test_filter_no_reuseport(const struct test_params p) in test_filter_no_reuseport()
466 test_reuseport_ebpf((struct test_params) { in main()
473 test_reuseport_ebpf((struct test_params) { in main()
[all …]
/external/google-fruit/tests/
Dfruit_test_common.py217 def _replace_using_test_params(s, test_params): argument
218 for var_name, value in test_params.items():
223 def _construct_final_source_code(setup_source_code, source_code, test_params): argument
226 source_code = _replace_using_test_params(source_code, test_params)
246 test_params={}, argument
249 source_code = _construct_final_source_code(setup_source_code, source_code, test_params)
312 def expect_generic_compile_error(expected_error_regex, setup_source_code, source_code, test_params=… argument
330 expected_error_regex = _replace_using_test_params(expected_error_regex, test_params)
350 expect_compile_error_helper(check_error, setup_source_code, source_code, test_params)
357 test_params={}, argument
[all …]
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_dataset_op_test.cc114 GetNextTestParams test_params = GetParam(); in TEST_P() local
117 TF_ASSERT_OK(InitFunctionLibraryRuntime(test_params.func_lib, cpu_num)); in TEST_P()
120 TF_ASSERT_OK(CreateRangeDataset<int64>(test_params.start, test_params.end, in TEST_P()
121 test_params.step, "range", in TEST_P()
127 range_dataset->node_name(), test_params.func_name, &map_kernel)); in TEST_P()
148 EXPECT_EQ(out_tensors.size(), test_params.expected_values.size()); in TEST_P()
151 int64 expect_value = test_params.expected_values[i]; in TEST_P()
277 CardinalityTestParams test_params = GetParam(); in TEST_P() local
284 TF_ASSERT_OK(CreateRangeDataset<int64>(test_params.start, test_params.end, in TEST_P()
285 test_params.step, "range", in TEST_P()
[all …]
/external/autotest/server/cros/clique_lib/
Dclique_dut_control.py77 test_params=None, uid=""): argument
92 self._test_params = test_params
182 test_params=None): argument
194 conn_worker=conn_worker, test_params=test_params,
362 def __init__(self, dut_objs, test_params=None): argument
373 dut_objs=dut_objs, test_params=test_params, uid=uid)
523 conn_workers, test_params, num_runs=1): argument
570 dut, assoc_params, conn_worker, test_params)
572 dut_set_control_obj = CliqueDUTSet(dut_control_objs, test_params)
574 dut_pool_control_obj = CliqueDUTPool(dut_set_control_objs, test_params)
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcholesky_test.cc162 auto test_params = GetParam(); in XLA_TEST_P() local
163 std::vector<int64> dimensions = {std::get<0>(test_params), in XLA_TEST_P()
164 std::get<1>(test_params), in XLA_TEST_P()
165 std::get<1>(test_params)}; in XLA_TEST_P()
166 bool lower = std::get<2>(test_params); in XLA_TEST_P()
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
Dnetwork_WiFi_CliqueLongConnect.py50 test_params = { 'capturer': capturer,
56 test_params)
/external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
Dnetwork_WiFi_CliqueConnectDisconnect.py52 test_params = { 'capturer': capturer,
58 test_params)
/external/python/setuptools/setuptools/tests/
Dtest_egg_info.py191 test_params = test.lstrip().split('\n\n', 3)
192 name_kwargs = test_params.pop(0).split('\n')
200 DALS(a).format(**format_dict) for a in test_params
/external/u-boot/arch/arm/mach-aspeed/ast2500/
Dsdram_ast2500.c118 const u32 test_params = SDRAM_TEST_EN in ast2500_ddr_cbr_test() local
137 writel((i << SDRAM_TEST_GEN_MODE_SHIFT) | test_params, in ast2500_ddr_cbr_test()
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity_test.py416 def test_params(self): member in ActivityAnalyzerTest
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml652 let test_params () =
1333 suite "params" test_params;
/external/llvm/test/Bindings/OCaml/
Dcore.ml735 let test_params () =
1488 suite "params" test_params;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml781 let test_params () =
1557 suite "params" test_params;