Home
last modified time | relevance | path

Searched defs:server_to_host_ids (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/embedding_cache/
Ddevice_embedding_operation.cc95 int *server_to_host_ids = embedding_host_cache->server_to_host_ids.get(); in ParseHostDataHostToDevice() local
Dembedding_cache_prefetch_actor.cc794 auto server_to_host_ids = embedding_host_cache->server_to_host_ids.get(); in PullCacheFromRemoteToLocalHost() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/embedding_cache/
Dembedding_cache_utils.h107 std::unique_ptr<int[]> server_to_host_ids; member