Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 664096387
  • Loading branch information
tensorflower-gardener committed Aug 17, 2024
1 parent 66fb2f9 commit 43ab21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/kernels/bucketize_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct BucketizeFunctor<CPUDevice, T> {
output(i) = first_bigger_it - boundaries_vector.begin();
}

return OkStatus();
return absl::OkStatus();
}
};

Expand Down

0 comments on commit 43ab21f

Please sign in to comment.