Home
last modified time | relevance | path

Searched defs:UpdateDeviceCache (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/embedding_cache/
Ddevice_sparse_embedding_operation.h76 bool UpdateDeviceCache(void *ids, void *update_value, size_t indices_num, size_t embedding_size, in UpdateDeviceCache() function
Ddevice_dense_embedding_operation.cc346 bool DeviceDenseEmbeddingOperation::UpdateDeviceCache(void *indices, void *update_value, size_t ind… in UpdateDeviceCache() function in mindspore::runtime::DeviceDenseEmbeddingOperation