Merge pull request #50055 from tensorflow/mihaimaruseac-patch-1

Fix broekn branch after cherrypick
This commit is contained in:
Mihai Maruseac 2021-06-03 13:01:47 -07:00 committed by GitHub
commit 477342e975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -584,6 +584,7 @@ class SparseCrossOp : public OpKernel {
}
int64 num_buckets_;
uint64 hash_key_;
DataType internal_type_;
};
REGISTER_KERNEL_BUILDER(Name("SparseCross")