Skip to content

Commit

Permalink
[Embedding] Add return value of RestoreSSD of DramSSDHashStorage.
Browse files Browse the repository at this point in the history
Signed-off-by: lixy9474 <[email protected]>
  • Loading branch information
lixy9474 committed Sep 5, 2023
1 parent 8d8e16a commit 24858bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/core/framework/embedding/dram_ssd_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ class DramSsdHashStorage : public MultiTierStorage<K, V> {
restore_buff.key_offset_list_buf,
restore_buff.num_of_keys,
file_id_map);
return Status::OK();
}

Status Eviction(K* evict_ids, int64 evict_size) override {
ValuePtr<V>* value_ptr = nullptr;
for (int64 i = 0; i < evict_size; ++i) {
Expand Down

0 comments on commit 24858bf

Please sign in to comment.