Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dembedding_lookup.cc68 auto indices_min_shape = indices->shape()->min_shape(); in EmbeddingLookupInfer() local
70 if (!indices_min_shape.empty()) { in EmbeddingLookupInfer()
71 (void)min_shape.insert(min_shape.end(), indices_min_shape.begin(), indices_min_shape.end()); in EmbeddingLookupInfer()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc675 auto indices_min_shape = indices_shp->min_shape(); in InferImplEmbeddingLookup() local
687 if (!indices_min_shape.empty()) { in InferImplEmbeddingLookup()
688 min_shape.insert(min_shape.end(), indices_min_shape.begin(), indices_min_shape.end()); in InferImplEmbeddingLookup()