Searched refs:compare_operator (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 161 … int64_t CheckInteger(const std::string &arg_name, int64_t arg_value, CompareEnum compare_operator, 165 …static T CheckValue(const std::string &arg_name, T arg_value, CompareEnum compare_operator, T matc… in CheckValue() argument 167 auto iter = kCompareMap<float>.find(compare_operator); in CheckValue() 169 …MS_EXCEPTION(NotExistsError) << "compare_operator " << compare_operator << " cannot find in the co… in CheckValue() 180 auto iter_to_string = kCompareToString.find(compare_operator); in CheckValue() 182 MS_EXCEPTION(NotExistsError) << "compare_operator " << compare_operator in CheckValue() 190 static void CheckInRange(const std::string &arg_name, T arg_value, CompareRange compare_operator, in CheckInRange() argument 192 auto iter = kCompareRangeMap<float>.find(compare_operator); in CheckInRange() 194 …MS_EXCEPTION(NotExistsError) << "compare_operator " << compare_operator << " cannot find in the co… in CheckInRange() 209 auto iter_to_string = kCompareRangeToString.find(compare_operator); in CheckInRange() [all …]
|
D | check_convert_utils.cc | 347 …rtUtils::CheckInteger(const std::string &arg_name, int64_t arg_value, CompareEnum compare_operator, in CheckInteger() argument 349 auto iter = kCompareMap<float>.find(compare_operator); in CheckInteger() 351 …MS_EXCEPTION(NotExistsError) << "compare_operator " << compare_operator << " cannot find in the co… in CheckInteger() 362 auto iter_to_string = kCompareToString.find(compare_operator); in CheckInteger() 364 …MS_EXCEPTION(NotExistsError) << "compare_operator " << compare_operator << " cannot find in the co… in CheckInteger() 371 … const CompareEnum compare_operator, const int64_t match_value, in CheckInputArgs() argument 373 …(void)CheckInteger("input number", SizeToLong(input_args.size()), compare_operator, match_value, p… in CheckInputArgs()
|