Searched refs:test_sets (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 143 if FLAGS.test_sets: 144 test_sets = FLAGS.test_sets.split(",") 145 generate_examples_lib.generate_multi_set_examples(options, test_sets)
|
D | generate_examples_lib.py | 333 def generate_multi_set_examples(options, test_sets): argument 349 for test_name in test_sets:
|
D | build_def.bzl | 327 --no_tests_limit and --test_sets flags. 414 return " --no_tests_limit --test_sets=%s" % tests_csv
|
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/ |
D | generate_examples.py | 169 if FLAGS.test_sets: 170 test_sets = FLAGS.test_sets.split(",") 171 generate_examples_lib.generate_multi_set_examples(options, test_sets)
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | pow.rs | 460 fn test_sets(sets: &[&[f64]], computed: &dyn Fn(f64) -> f64, expected: &dyn Fn(f64) -> f64) { in test_sets() function 519 test_sets(ALL, &|v: f64| pow(NEG_INFINITY, v), &|v: f64| pow(-0.0, -v)); in infinity_as_base() 578 test_sets(ALL, &|v: f64| pow(v, 1.0), &|v: f64| v); in special_cases() 582 test_sets(ALL, &|v: f64| pow(v, -1.0), &|v: f64| 1.0 / v); in special_cases() 589 test_sets(ALL, &|v: f64| pow(-v, *int), &|v: f64| { in special_cases() 600 test_sets(&ALL[3..7], &|v: f64| pow(*val, v), &|_| NAN); in special_cases()
|
/external/angle/build/fuchsia/cipd/ |
D | BUILD.gn | 167 # test manifests for a given list of test_sets. 170 # test_sets: A list of scopes for which test manifests will be created. Each 196 "test_sets", 199 assert(defined(test_sets) && defined(testonly) && testonly == true) 205 foreach(test_set, test_sets) { 325 test_sets = [
|
/external/sdv/vsomeip/third_party/boost/regex/doc/ |
D | examples.qbk | 41 * [@../../test/regress/test_sets.cpp test_sets.cpp]
|
/external/sdv/vsomeip/third_party/boost/regex/test/regress/ |
D | main.cpp | 57 RUN_TESTS(test_sets); in run_tests()
|
D | test.hpp | 262 void test_sets();
|
D | test_sets.cpp | 18 void test_sets() in test_sets() function
|
/external/python/cpython3/Lib/test/test_gdb/ |
D | test_pretty_print.py | 161 def test_sets(self): member in PrettyPrintTests
|
/external/sdv/vsomeip/third_party/boost/regex/test/ |
D | Jamfile.v2 | 55 test_sets.cpp
|
/external/python/cpython3/Lib/test/ |
D | test_compare.py | 481 def test_sets(self): member in ComparisonFullTest
|
D | test_marshal.py | 211 def test_sets(self): member in ContainerTestCase
|