Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ops/operations/
D_embedding_cache_ops.py170 def check_shape(self, cache_table_shape, swap_cache_idx_shape, miss_value_shape): argument
171 if len(cache_table_shape) != 2:
173 "cache table shape must be 2, but got %d" % len(cache_table_shape))
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc479 auto cache_table_shape = cache_table_shp->shape(); in InferImplCacheSwapTable() local
483 shape.emplace_back(cache_table_shape[1]); in InferImplCacheSwapTable()
489 max_shape.emplace_back(cache_table_shape[1]); in InferImplCacheSwapTable()