Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/distributed/embedding_cache/
Dembedding_cache_test.cc46 std::string new_param_name = "network.deep_embedding_table"; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/
Dps_context.cc189 void PSContext::ReInsertHashTableSize(const std::string &new_param_name, const std::string &cur_par… in ReInsertHashTableSize() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/embedding_cache/
Dembedding_cache_utils.cc93 void EmbeddingCacheTableManager::ReInsertHashTableSize(const std::string &new_param_name, in ReInsertHashTableSize()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc531 auto new_param_name = name + "_pipe"; in CreateOutputNodeParam() local