Searched refs:kIncludeNeither (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 49 kIncludeNeither = 1, // (a,b) enumerator 137 …{kIncludeNeither, [](T num1, std::pair<T, T> range) -> bool { return num1 > range.first && num1 < … 148 {kIncludeNeither, {"in (", ")"}},
|
/third_party/mindspore/mindspore/core/ops/ |
D | index_add.cc | 40 …CheckAndConvertUtils::CheckInRange("axis", axis, kIncludeNeither, {-x_rank - 1, x_rank}, prim_name… in IndexAddInferShape()
|