Variable mindspore::kCompareToString
Defined in File check_convert_utils.h
Variable Documentation
-
const std::map<CompareEnum, std::string> mindspore::kCompareToString = {{kEqual, "be equal to "}, {kNotEqual, "be not equal to "}, {kLessThan, "be less than "}, {kLessEqual, "be less than or equal to "}, {kGreaterThan, "be greater than "}, {kGreaterEqual, "be greater than or equal to "}}