Home
last modified time | relevance | path

Searched defs:ExportSlice (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/embedding_cache/embedding_storage/
Dembedding_storage.h98 std::vector<std::shared_ptr<std::vector<char>>> ExportSlice(bool incremental, bool *last_slice, in ExportSlice() function
Dsparse_embedding_storage.cc300 …:shared_ptr<std::vector<char>>> SparseEmbeddingStorage<KeyType, ValueType, Allocator>::ExportSlice( in ExportSlice() function in mindspore::distributed::storage::SparseEmbeddingStorage
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_hash_table_dummy.cu79 HashTableExportData GPUHashTable<Key, Value, Allocator>::ExportSlice(bool incremental, bool *last_s… in ExportSlice() function in mindspore::device::gpu::GPUHashTable
Dgpu_hash_table.cu778 HashTableExportData GPUHashTable<Key, Value, Allocator>::ExportSlice(bool incremental, bool *last_s… in ExportSlice() function in mindspore::device::gpu::GPUHashTable
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmap_tensor.cc221 MapTensor::ExportData MapTensor::ExportSlice(bool incremental, bool *last_slice) const { in ExportSlice() function in mindspore::tensor::MapTensor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dcpu_hash_table.cc405 HashTableExportData CPUHashTable<Key, Value>::ExportSlice(bool incremental, bool *last_slice, in ExportSlice() function in mindspore::device::cpu::CPUHashTable