Variable mindspore::kCompareToString

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 "}}