Skip to content

Commit

Permalink
[Embedding] Remove useless code. (DeepRec-AI#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
lockmatrix authored Sep 14, 2022
1 parent 1964b50 commit 3fcc257
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tensorflow/core/framework/embedding/multilevel_embedding.h
Original file line number Diff line number Diff line change
@@ -218,10 +218,6 @@ class StorageManager {
return sc_.path;
}

int64 GertStorageSize() {
return sc_.size;
}

bool IsMultiLevel() {
return is_multi_level_;
}

0 comments on commit 3fcc257

Please sign in to comment.