diff --git a/tensorflow/core/kernels/mkl_requantize_per_channel_op.cc b/tensorflow/core/kernels/mkl_requantize_per_channel_op.cc index 63701126b00..abd05e0ed5f 100644 --- a/tensorflow/core/kernels/mkl_requantize_per_channel_op.cc +++ b/tensorflow/core/kernels/mkl_requantize_per_channel_op.cc @@ -140,7 +140,6 @@ class MklRequantizePerChannelOp : public OpKernel { output_min->flat()(0) = input_requested_min_float; output_max->flat()(0) = input_requested_max_float; - } catch (mkldnn::error& e) { string error_msg = "Status: " + std::to_string(e.status) + ", message: " + std::string(e.message) + ", in file " +