aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/quantized_mul_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/quantized_mul_op.cc')
-rw-r--r--tensorflow/core/kernels/quantized_mul_op.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/tensorflow/core/kernels/quantized_mul_op.cc b/tensorflow/core/kernels/quantized_mul_op.cc
index eaa5e667f7..3c7536e037 100644
--- a/tensorflow/core/kernels/quantized_mul_op.cc
+++ b/tensorflow/core/kernels/quantized_mul_op.cc
@@ -298,9 +298,8 @@ class QuantizedMulOp : public OpKernel {
return;
}
Tensor* z;
- OP_REQUIRES_OK(
- context,
- context->allocate_output(0, BCast::ToShape(bcast.output_shape()), &z));
+ OP_REQUIRES_OK(context, context->allocate_output(
+ 0, BCast::ToShape(bcast.output_shape()), &z));
// Make sure that we have valid quantization ranges for the input buffers.
// If the difference between the min and max is negative or zero, it makes