Skip to content

Commit 0f3d8da

Browse files
committed
Address review comments.
1 parent a2a8648 commit 0f3d8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/core/kernels/mkl/mkl_quantize_op.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ class MklQuantizeV2Op : public OpKernel {
591591
binary_prim.execute(*cpu_stream, net_args);
592592
} else {
593593
OP_REQUIRES(ctx, false,
594-
errors::Unimplemented(
594+
absl::UnimplementedError(
595595
"Supported modes are MIN_FIRST and SCALED only."));
596596
}
597597

0 commit comments

Comments
 (0)