Searched defs:test_sets (Results 1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/lite/testing/ | ||
| D | generate_examples_lib.py | 333 def generate_multi_set_examples(options, test_sets): argument |
| /external/python/cpython2/Lib/test/ | ||
| D | test_marshal.py | 193 def test_sets(self): member in ContainerTestCase |
| D | test_gdb.py | 352 def test_sets(self): member in PrettyPrintTests |
| /external/python/cpython3/Lib/test/ | ||
| D | test_gdb.py | 407 def test_sets(self): member in PrettyPrintTests |
| D | test_marshal.py | 158 def test_sets(self): member in ContainerTestCase |
| /external/rust/crates/libm/src/math/ | ||
| D | pow.rs | 481 fn test_sets(sets: &[&[f64]], computed: &dyn Fn(f64) -> f64, expected: &dyn Fn(f64) -> f64) { in test_sets() function |