Home
last modified time | relevance | path

Searched defs:valid_strings (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/core/tests/num/dec2flt/
Dparse.rs21 let valid_strings = &["123", "666.", ".1", "5e1", "7e-3", "0.0e+1"]; in invalid_chars() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.cc152 const std::unordered_set<std::string> &valid_strings) { in ValidateStringValue()
201 const std::vector<std::string> &valid_strings) { in ValidateMapValue()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/core/
Dvalidator_helpers.py393 def check_valid_str(value, valid_strings, arg_name=""): argument