Home
last modified time | relevance | path

Searched defs:param_key (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/
D_ps_context.py179 def _insert_hash_table_size(name, cache_vocab_size, embedding_size, vocab_size, param_key=-1): argument
237 def _store_warm_up_ptr_by_tensor(param_key, tensor): argument
241 def _store_warm_up_ptr_by_tensor_list(param_key, key_tensor, value_tensor, status_tensor): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/embedding_cache/
Dembedding_cache_utils.cc72 … size_t embedding_size, size_t vocab_size, int32_t param_key) { in InsertHashTableSize()
249 int32_t param_key = item.second.param_key_; in DumpHashTables() local
263 int32_t EmbeddingCacheTableManager::StoreWarmUpPtr(const int32_t param_key, const tensor::TensorPtr… in StoreWarmUpPtr()
267 int32_t EmbeddingCacheTableManager::StoreWarmUpPtr(const int32_t param_key, const tensor::TensorPtr… in StoreWarmUpPtr()
283 const HashTableInfo *EmbeddingCacheTableManager::FindHashTablesByParamKey(const int param_key) { in FindHashTablesByParamKey()
541 void EmbeddingStorageManager::Add(int32_t param_key, in Add()
547 std::shared_ptr<storage::AbstractEmbeddingStorage> EmbeddingStorageManager::Get(int32_t param_key) { in Get()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/
Dps_context.cc356 int32_t PSContext::StoreWarmUpPtrByTensor(const int32_t param_key, const tensor::TensorPtr &tensor_… in StoreWarmUpPtrByTensor()
365 int32_t PSContext::StoreWarmUpPtrByTensorList(const int32_t param_key, const tensor::TensorPtr &key… in StoreWarmUpPtrByTensorList()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/distributed/embedding_cache/
Dembedding_cache_test.cc51 int32_t param_key = 0; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/embedding_cache/
Dembedding_cache_prefetch_actor.cc43 … uint32_t dst_rank, const std::string &cache_operation, int32_t param_key) { in GenerateInterProcessEdge()
60int32_t param_key, device::DeviceContext *cpu_device_context) { in CreateSenderReceiverPair()
85 int32_t GetCacheOpsServiceId(const std::string &cache_operation, int32_t param_key) { in GetCacheOpsServiceId()
940 bool EmbeddingCachePrefetchActor::PullEembeddingsFromRemote(int32_t param_key, const int *ids, size… in PullEembeddingsFromRemote()
993 bool EmbeddingCachePrefetchActor::DoPushEmbeddingsToRemote(int32_t param_key, const int *ids, size_… in DoPushEmbeddingsToRemote()
1027 bool EmbeddingCachePrefetchActor::PushEmbeddingsToRemote(int32_t param_key, const int *ids, size_t … in PushEmbeddingsToRemote()
1151 …ol EmbeddingCachePrefetchActor::SendToRemote(const std::string &cache_operation, int32_t param_key, in SendToRemote()
1199 int32_t param_key, in ReceiveFromRemote()
/third_party/openssl/test/
Dacvp_test.c340 EVP_PKEY *param_key = NULL; in dsa_paramgen() local
354 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen() local
373 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen_test() local
413 EVP_PKEY *param_key = NULL; in dsa_paramgen_test() local
525 EVP_PKEY *param_key = NULL; in dsa_pqver_test() local
Ddsatest.c152 EVP_PKEY *param_key = NULL, *key = NULL; in dsa_keygen_test() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dmap_tensor_py.cc97 const MapTensorPtr &map_tensor, int32_t param_key, bool incremental) { in ExportPersistentSliceAsNumpy()
Dtensor_py.cc258 void FillSliceData(const int32_t param_key, const int slice_index) { in FillSliceData()
662 py::array TensorPy::AsNumpyOfSlice(const Tensor &tensor, const int32_t param_key, const int slice_i… in AsNumpyOfSlice()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dps_embedding_cache_inserter.cc191 void PsEmbeddingCacheInserter::SetSendNodeAttr(const CNodePtr &send_node, int32_t param_key, in SetSendNodeAttr()
232 int32_t param_key = item.first; in SetRecvNodeAttr() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/embedding_cache/
Dembedding_cache_utils.h393 …bool Exists(int32_t param_key) const { return embedding_storages_.find(param_key) != embedding_sto… in Exists()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/layer/
Dembedding.py477 def _set_cache_enable_and_key_for_pserver(self, param_key): argument
/third_party/openssl/crypto/evp/
Dctrl_params_translate.c262 const char *param_key; /* The corresponding OSSL_PARAM key */ member
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py1074 def asnumpy_of_slice_persistent_data(self, param_key, slice_index): argument