Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dparam_info.h118 std::vector<int64_t> cache_shape() const { return cache_shape_; } in cache_shape() function
119 void set_cache_shape(const std::vector<int64_t> &cache_shape) { cache_shape_ = cache_shape; } in set_cache_shape()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/kernel_builder/ascend/ascendc/op_host/
Dprompt_kv_cache.cpp106 static void SetDimsValue(PKVTilingInfo *info, const gert::StorageShape *cache_shape, in SetDimsValue()
215 const gert::StorageShape *cache_shape = context->GetInputShape(index0); in TilingFunc() local
Ddecoder_kv_cache.cpp56 const gert::StorageShape *cache_shape = context->GetInputShape(index0); in TilingFunc() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/ascendc/op_host/
Dprompt_kv_cache.cpp106 static void SetDimsValue(PKVTilingInfo *info, const gert::StorageShape *cache_shape, in SetDimsValue()
215 const gert::StorageShape *cache_shape = context->GetInputShape(index0); in TilingFunc() local
Ddecoder_kv_cache.cpp56 const gert::StorageShape *cache_shape = context->GetInputShape(index0); in TilingFunc() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dparameter.py691 def cache_shape(self): member in Parameter
707 def cache_shape(self, value): member in Parameter
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc56 auto cache_shape = param_info->cache_shape(); in AddCacheParameters() local
76 auto cache_shape = host_param_info->cache_shape(); in CheckHostCacheParamSize() local
190 auto cache_shape = cache_tensor->shape_c(); in BindAndInitCacheTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc473 auto cache_shape = cache_tensor_ptr->shape_c(); in FlushFromCache() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard_utils.cc936 auto cache_shape = p->cache_shape(); in ToStringAttr() local