Searched defs:compare_operator (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 165 …static T CheckValue(const std::string &arg_name, T arg_value, CompareEnum compare_operator, T matc… in CheckValue() 190 static void CheckInRange(const std::string &arg_name, T arg_value, CompareRange compare_operator, in CheckInRange()
|
D | check_convert_utils.cc | 347 …rtUtils::CheckInteger(const std::string &arg_name, int64_t arg_value, CompareEnum compare_operator, in CheckInteger() 371 … const CompareEnum compare_operator, const int64_t match_value, in CheckInputArgs()
|