Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfaijul committed Jan 24, 2024
1 parent a36b1eb commit 9d32123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/kernels/mkl/mkl_quantize_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ class MklQuantizeV2Op : public OpKernel {
binary_prim.execute(*cpu_stream, net_args);
} else {
OP_REQUIRES(ctx, false,
errors::Unimplemented(
absl::UnimplementedError(
"Supported modes are MIN_FIRST and SCALED only."));
}

Expand Down

0 comments on commit 9d32123

Please sign in to comment.