Skip to content

Commit 3a996ea

Browse files
Googlercopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 610330357 Change-Id: Ida9185ddc7f3f642953d77c080854d183aea3576
1 parent cb47e8e commit 3a996ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_compression/cc/kernels/range_coder_kernels.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Status IndexCDFMatrix(const TTypes<int32_t>::ConstMatrix& table,
165165

166166
class RangeEncoderInterface : public EntropyEncoderInterface {
167167
public:
168-
static tensorflow::StatusOr<std::shared_ptr<RangeEncoderInterface>> Make(
168+
static absl::StatusOr<std::shared_ptr<RangeEncoderInterface>> Make(
169169
tensorflow::OpKernelContext* context, const TensorShape& handle_shape) {
170170
std::shared_ptr<RangeEncoderInterface> p(new RangeEncoderInterface);
171171

@@ -331,7 +331,7 @@ class RangeEncoderInterface : public EntropyEncoderInterface {
331331

332332
class RangeDecoderInterface : public EntropyDecoderInterface {
333333
public:
334-
static StatusOr<std::shared_ptr<RangeDecoderInterface>> Make(
334+
static absl::StatusOr<std::shared_ptr<RangeDecoderInterface>> Make(
335335
tensorflow::OpKernelContext* context) {
336336
std::shared_ptr<RangeDecoderInterface> p(new RangeDecoderInterface);
337337

0 commit comments

Comments
 (0)