Variable mindspore::kCompareRangeToString
Defined in File check_convert_utils.h
Variable Documentation
-
const std::map<CompareRange, std::pair<std::string, std::string>> mindspore::kCompareRangeToString = {{kIncludeNeither, {"in (", ")"}}, {kIncludeLeft, {"in [", ")"}}, {kIncludeRight, {"in (", "]"}}, {kIncludeBoth, {"in [", "]"}}}