Skip to content

Commit

Permalink
Merge pull request #50161 from tensorflow/revert-50129-geetachavan1-p…
Browse files Browse the repository at this point in the history
…atch-4

Revert "Update sparse_cross_op.cc"
  • Loading branch information
mihaimaruseac committed Jun 8, 2021
2 parents 240aece + ec6c2cd commit ce8bb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/kernels/sparse_cross_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class SparseCrossOp : public OpKernel {
DataType internal_type = internal_type_;
OP_REQUIRES_OK(
context, ValidateInput(indices_list_in, values_list_in, shapes_list_in,
dense_list_in, internal_type);
dense_list_in, internal_type));

std::vector<std::unique_ptr<ColumnInterface<InternalType>>> columns =
GenerateColumnsFromInput(indices_list_in, values_list_in,
Expand Down

0 comments on commit ce8bb42

Please sign in to comment.