Home
last modified time | relevance | path

Searched defs:test_set (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping_benchmark.cc42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local
/third_party/mindspore/mindspore-src/source/tests/st/probability/bnn_layers/
Dtest_bnn_layer.py135 test_set = create_dataset('/home/workspace/mindspore_dataset/mnist_data/test', 64, 1) variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Diwslt2016_node.cc28const std::string &test_set, int64_t num_samples, ShuffleMode shuffle, int32_t num_shards, in IWSLT2016Node()
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/train_lenet_java/src/main/java/com/mindspore/lite/train_lenet/
DNetRunner.java189 Vector<DataSet.DataLabelTuple> test_set = ds.getTestData(); in calculateAccuracy() local
/third_party/googletest/googlemock/test/
Dgmock-matchers-misc_test.cc231 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local
243 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local
254 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
268 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
282 vector<int> test_set(test_vals, test_vals + 3); in TEST() local
295 list<size_t> test_set(test_vals, test_vals + 7); in TEST() local
307 list<size_t> test_set(test_vals, test_vals + 5); in TEST() local
322 vector<int> test_set(test_vals, test_vals + 5); in TEST() local
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_variables.py299 def test_set(self): member in TestBooleanVar
Dtest_widgets.py1188 def test_set(self): member in ScrollbarTest
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Diwslt_op.cc33 const std::string &test_set) in IWSLTOp()
270 const std::string &test_set, int64_t *count) { in CountTotalRows()
/third_party/mindspore/mindspore-src/source/tests/st/fallback/
Dtest_graph_fallback_unsupport.py581 def test_set(): function
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py821 def test_set(self): member in ScaleTest
1740 def test_set(self): member in TreeviewTest
/third_party/python/Lib/test/
Dtest_marshal.py408 def test_set(self, size): member in LargeValuesTestCase
Dtest_compile.py1384 def test_set(self): member in TestExpressionStackSize
Dtest_ast.py1543 def test_set(self): member in ASTValidatorTests
Dtest_typing.py5733 def test_set(self): member in CollectionsAbcTests
/third_party/rust/crates/bitflags/src/
Dlib.rs1369 fn test_set() { in test_set() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Ddatasets_text.py1029 def __init__(self, dataset_dir, usage=None, language_pair=None, valid_set=None, test_set=None, argument
/third_party/protobuf/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc4877 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local
4889 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local
4900 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
4913 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
4927 vector<int> test_set(test_vals, test_vals + 3); in TEST() local
4940 list<size_t> test_set(test_vals, test_vals + 7); in TEST() local
4952 list<size_t> test_set(test_vals, test_vals + 5); in TEST() local
4966 vector<int> test_set(test_vals, test_vals + 5); in TEST() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetTest.java2731 Set<String> test_set = Collections.emptySet(); in testCompareTo() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java2734 Set<String> test_set = Collections.emptySet(); in testCompareTo() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/source/
Dbindings.cc413 int32_t num_shards, int32_t shard_id) { in __anonf6afaf3e3202()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc1411 … const std::vector<char> &valid_set, const std::vector<char> &test_set, in IWSLT2016Dataset()