Skip to content

Commit

Permalink
[Embedding] Fix compile problem.
Browse files Browse the repository at this point in the history
Signed-off-by: JunqiHu <[email protected]>
  • Loading branch information
Mesilenceki committed Oct 20, 2023
1 parent 88748e5 commit c93f0ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ limitations under the License.
namespace tensorflow {
class BundleWriter;
namespace {
const int kSavedPartitionNum = 1000;
const int kDramFlagOffset = 49;
}

Expand Down
1 change: 1 addition & 0 deletions tensorflow/core/framework/embedding/kv_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ limitations under the License.
namespace tensorflow {
namespace {
const char* kInferenceMode = "INFERENCE_MODE";
const int kSavedPartitionNum = 1000;
}

template <class K, class V>
Expand Down

0 comments on commit c93f0ea

Please sign in to comment.