Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dembedding_lookup.cc60 auto indices_max_shape = indices->shape()->max_shape(); in EmbeddingLookupInfer() local
62 if (!indices_max_shape.empty()) { in EmbeddingLookupInfer()
63 (void)max_shape.insert(max_shape.end(), indices_max_shape.begin(), indices_max_shape.end()); in EmbeddingLookupInfer()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc674 auto indices_max_shape = indices_shp->max_shape(); in InferImplEmbeddingLookup() local
681 if (!indices_max_shape.empty()) { in InferImplEmbeddingLookup()
682 max_shape.insert(max_shape.end(), indices_max_shape.begin(), indices_max_shape.end()); in InferImplEmbeddingLookup()