Home
last modified time | relevance | path

Searched defs:cache_shape (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dparam_info.h94 std::vector<int64_t> cache_shape() const { return cache_shape_; } in cache_shape() function
95 void set_cache_shape(const std::vector<int64_t> &cache_shape) { cache_shape_ = cache_shape; } in set_cache_shape()
/third_party/mindspore/mindspore/common/
Dparameter.py449 def cache_shape(self): member in Parameter
454 def cache_shape(self, value): member in Parameter
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc48 auto cache_shape = param_info->cache_shape(); in AddCacheParameters() local
70 auto cache_shape = host_param_info->cache_shape(); in CheckHostCacheParamSize() local
184 auto cache_shape = cache_tensor->shape_c(); in BindAndInitCacheTensor() local
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc343 auto cache_shape = cache_tensor_ptr->shape_c(); in FlushFromCache() local