Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py143 if FLAGS.test_sets:
144 test_sets = FLAGS.test_sets.split(",")
145 generate_examples_lib.generate_multi_set_examples(options, test_sets)
Dgenerate_examples_lib.py333 def generate_multi_set_examples(options, test_sets): argument
349 for test_name in test_sets:
Dbuild_def.bzl327 --no_tests_limit and --test_sets flags.
414 return " --no_tests_limit --test_sets=%s" % tests_csv
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/
Dgenerate_examples.py169 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/
Dpow.rs460 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/
DBUILD.gn167 # 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/
Dexamples.qbk41 * [@../../test/regress/test_sets.cpp test_sets.cpp]
/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dmain.cpp57 RUN_TESTS(test_sets); in run_tests()
Dtest.hpp262 void test_sets();
Dtest_sets.cpp18 void test_sets() in test_sets() function
/external/python/cpython3/Lib/test/test_gdb/
Dtest_pretty_print.py161 def test_sets(self): member in PrettyPrintTests
/external/sdv/vsomeip/third_party/boost/regex/test/
DJamfile.v255 test_sets.cpp
/external/python/cpython3/Lib/test/
Dtest_compare.py481 def test_sets(self): member in ComparisonFullTest
Dtest_marshal.py211 def test_sets(self): member in ContainerTestCase