Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc263 …bool x_any_shape = std::any_of(x_shape.begin(), x_shape.end(), [](int64_t dim) { return dim == Sha… in InferImplUnsortedSegmentSum() local
266 if (!x_any_shape && !ids_any_shape) { // only validate when shapes fully known in InferImplUnsortedSegmentSum()
316 …bool x_any_shape = std::any_of(x_shape.begin(), x_shape.end(), [](int64_t dim) { return dim == Sha… in InferImplUnsortedSegmentMax() local
319 if (!x_any_shape && !ids_any_shape) { in InferImplUnsortedSegmentMax()
368 …bool x_any_shape = std::any_of(x_shape.begin(), x_shape.end(), [](int64_t dim) { return dim == Sha… in InferImplUnsortedSegmentMin() local
371 if (!x_any_shape && !ids_any_shape) { // only validate when shapes fully known in InferImplUnsortedSegmentMin()