Home
last modified time | relevance | path

Searched refs:test_set (Results 1 – 25 of 40) sorted by relevance

12

/external/ruy/ruy/
Dbenchmark.cc41 TestSetType test_set; in Benchmark() local
42 test_set.rows = shape.rows; in Benchmark()
43 test_set.depth = shape.depth; in Benchmark()
44 test_set.cols = shape.cols; in Benchmark()
67 test_set.lhs_order = orders[0] == 'R' ? Order::kRowMajor : Order::kColMajor; in Benchmark()
68 test_set.rhs_order = orders[1] == 'R' ? Order::kRowMajor : Order::kColMajor; in Benchmark()
69 test_set.dst_order = orders[2] == 'R' ? Order::kRowMajor : Order::kColMajor; in Benchmark()
70 test_set.layout_style = LayoutStyle::kUnstridedLinear; in Benchmark()
71 test_set.benchmark = true; in Benchmark()
74 test_set.lhs_zero_point = SymmetricZeroPoint<LhsScalar>() + asymmetry_lhs; in Benchmark()
[all …]
Dtest.h1297 static void Run(TestSetType* test_set, TestResult<DstScalar>* test_result) {
1299 EvalEigen(test_set->lhs.matrix, test_set->rhs.matrix,
1300 test_set->mul_params, test_set->max_num_threads,
1303 EvalEigenTensor(test_set->lhs.matrix, test_set->rhs.matrix,
1304 test_set->mul_params, test_set->max_num_threads,
1307 EvalOpenBlas(test_set->lhs.matrix, test_set->rhs.matrix,
1308 test_set->mul_params, test_set->max_num_threads,
1319 static void Run(TestSetType* test_set, TestResult<DstScalar>* test_result) {
1321 EvalGemmlowp(test_set->lhs.matrix, test_set->rhs.matrix,
1322 test_set->mul_params, test_set->max_num_threads,
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Descaping_benchmark.cc42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local
43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
/external/libtextclassifier/abseil-cpp/absl/strings/
Descaping_benchmark.cc42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local
43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
/external/abseil-cpp/absl/strings/
Descaping_benchmark.cc42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local
43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
/external/angle/third_party/abseil-cpp/absl/strings/
Descaping_benchmark.cc42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local
43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
/external/openscreen/third_party/abseil/src/absl/strings/
Descaping_benchmark.cc42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local
43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Descaping_benchmark.cc42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local
43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
/external/autotest/client/cros/enterprise/
Dtest_policy_group.py86 test_set = {'Extension1': {'Policy1': 'Hidden1'}}
90 extension_test.set_extension_policy(test_set)
/external/python/cpython2/Lib/test/
Dtest_pprint.py4 import test.test_set
294 cube = test.test_set.cube(3)
454 cubo = test.test_set.linegraph(cube)
Dtest_marshal.py327 def test_set(self, size): member in LargeValuesTestCase
/external/mksh/src/
Dcheck.pl260 $test_set = $opt_s;
366 if (-d $test_set) {
367 $file_prefix_skip = length($test_set) + 1;
368 $ret = &process_test_dir($test_set);
371 $ret = &process_test_file($test_set);
/external/python/cryptography/tests/
Dtest_cryptography_utils.py41 def test_set(self): member in TestCachedProperty
/external/fonttools/Tests/ttLib/tables/
DT_S_I__0_test.py92 def test_set(table): function
/external/pigweed/pw_env_setup/py/
Djson_visitor_test.py48 def test_set(self): member in JSONVisitorTest
/external/ltp/
Dexecltp.in196 def determine_context(output_log, testsuite, test_set, context):
201 for test in test_set:
/external/autotest/client/bin/
Djob_unittest.py523 test_set = {"a='foo bar baz' b='moo apt'":
529 for t in test_set:
531 expected_args = test_set[t]
/external/python/pybind11/tests/
Dtest_stl.py69 def test_set(doc): function
Dtest_pytypes.py51 def test_set(capture, doc): function
/external/python/cpython3/Lib/test/
Dtest_pprint.py10 import test.test_set
663 cube = test.test_set.cube(3)
823 cubo = test.test_set.linegraph(cube)
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc5049 TypeParam test_set(test_vals, test_vals + 4); in TEST() local
5051 EXPECT_FALSE(m.Matches(test_set)); in TEST()
5053 Explain(m, test_set)); in TEST()
5061 TypeParam test_set(test_vals, test_vals + 6); in TEST() local
5063 EXPECT_FALSE(m.Matches(test_set)); in TEST()
5064 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TEST()
5072 TypeParam test_set(test_vals, test_vals + 5); in TEST() local
5074 EXPECT_FALSE(m.Matches(test_set)); in TEST()
5077 Explain(m, test_set)); in TEST()
5085 TypeParam test_set(test_vals, test_vals + 5); in TEST() local
[all …]
/external/autotest/client/common_lib/
Dcontrol_data_unittest.py258 def test_set(self): member in SetMethodTests
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_variables.py214 def test_set(self): member in TestBooleanVar
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_variables.py299 def test_set(self): member in TestBooleanVar
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java2737 Set<String> test_set = Collections.emptySet(); in testCompareTo() local
2738 assertEquals("UnicodeSet not empty", 0, UnicodeSet.EMPTY.compareTo(test_set)); in testCompareTo()
2744 UnicodeSet.ALL_CODE_POINTS.compareTo(test_set) > 0); in testCompareTo()

12