Home
last modified time | relevance | path

Searched refs:kIncludeNeither (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h49 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/
Dindex_add.cc40 …CheckAndConvertUtils::CheckInRange("axis", axis, kIncludeNeither, {-x_rank - 1, x_rank}, prim_name… in IndexAddInferShape()