Home
last modified time | relevance | path

Searched defs:MapCacheIdx (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmap_cache_idx.h35 MapCacheIdx() : BaseOperator(kNameMapCacheIdx) { in MapCacheIdx() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_embedding_cache_ops.py185 class MapCacheIdx(PrimitiveWithCheck): class