Skip to content

Commit

Permalink
Merge pull request #50183 from tensorflow/geetachavan1-patch-1
Browse files Browse the repository at this point in the history
Fix cherrypick issue
  • Loading branch information
mihaimaruseac committed Jun 9, 2021
2 parents ce8bb42 + e10f338 commit a851bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/kernels/sparse_cross_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ class SparseCrossOp : public OpKernel {
}
int64 num_buckets_;
uint64 hash_key_;
DataType internal_type_;
};

REGISTER_KERNEL_BUILDER(Name("SparseCross")
Expand Down

0 comments on commit a851bdb

Please sign in to comment.