Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/embedding_cache/
Dembedding_cache_utils.h264 bool is_sparse_format() { return sparse_format_; } in is_sparse_format() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dps_embedding_cache_inserter.cc421 bool is_sparse_format = distributed::EmbeddingCacheTableManager::GetInstance().is_sparse_format(); in CreateEmbeddingUpdateKernel() local