Home
last modified time | relevance | path

Searched defs:test_count (Results 1 – 25 of 81) sorted by relevance

1234

/external/pytorch/benchmarks/sparse/
Dspmv.py9 def test_sparse_csr(m, nnz, test_count): argument
26 def test_sparse_coo(m, nnz, test_count): argument
43 def test_sparse_coo_and_csr(m, nnz, test_count): argument
90 test_count = args.test_count variable
Dspmm.py9 def test_sparse_csr(m, n, k, nnz, test_count): argument
26 def test_sparse_coo(m, n, k, nnz, test_count): argument
43 def test_sparse_coo_and_csr(m, n, k, nnz, test_count): argument
92 test_count = args.test_count variable
/external/libaom/test/
Dintra_edge_test.cc99 const int test_count = 10000000; in TEST_P() local
185 const int test_count = 10000000; in TEST_P() local
257 const int test_count = 10000000; in TEST_P() local
319 const int test_count = 10000000; in TEST_P() local
Dsad_test.cc308 int test_count = 20000000; in SpeedSAD() local
580 int test_count = 2000; in TEST_P() local
635 int test_count = 2000; in TEST_P() local
693 int test_count = 2000; in TEST_P() local
753 int test_count = 1000; in TEST_P() local
835 int test_count = 1000; in TEST_P() local
917 int test_count = 1000; in TEST_P() local
/external/protobuf/conformance/
Dconformance_php.php26 $test_count = 0; variable
Dconformance_python.py50 test_count = 0 variable
Dconformance_cpp.cc70 int test_count = 0; variable
/external/cronet/stable/third_party/protobuf/conformance/
Dconformance_python.py50 test_count = 0 variable
Dconformance_php.php26 $test_count = 0; variable
Dconformance_cpp.cc70 int test_count = 0; variable
/external/cronet/tot/third_party/protobuf/conformance/
Dconformance_python.py50 test_count = 0 variable
Dconformance_php.php26 $test_count = 0; variable
Dconformance_cpp.cc70 int test_count = 0; variable
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dcount.pass.cpp35 void test_count() in test_count() function
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_text.py44 def test_count(self): member in TextTest
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dcount.cpp66 void test_count() in test_count() function
/external/cronet/stable/third_party/libc++/src/test/std/utilities/template.bitset/bitset.members/
Dcount.pass.cpp20 TEST_CONSTEXPR_CXX23 void test_count() { in test_count() function
/external/cronet/tot/third_party/libc++/src/test/std/utilities/template.bitset/bitset.members/
Dcount.pass.cpp20 TEST_CONSTEXPR_CXX23 void test_count() { in test_count() function
/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
Drt_sigprocmask02.c88 int test_count = sizeof(test_cases) / sizeof(struct test_case_t); variable
/external/python/cpython3/Lib/test/
Dtest_math_property.py25 def test_count(self, x, y, steps): member in NextafterTests
/external/libusb/tests/
Dtestlib.c86 int test_count = 0; in libusb_testlib_run_tests() local
/external/bcc/tests/python/
Dtest_probe_count.py55 def test_count(self): member in TestAutoKprobe
/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Dif_tests.cpp47 unsigned int test_count = 0; variable
Dfor_tests.cpp69 unsigned int test_count = 0; variable
/external/chromium-crossbench/tests/crossbench/probes/
Dtest_chrome_histograms.py87 def test_count(self): member in ChromeHistogramProbeTestCase

1234