Skip to content

Commit a6dfafc

Browse files
committed
clang-format happy take 2
1 parent 5f261e9 commit a6dfafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/relay/qnn/op/requantize.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ bool RequantizeRel(const Array<Type>& types, int num_inputs, const Attrs& attrs,
502502
AssignType(types[2], DataType::Int(32), axis_shape, reporter); // input_zero_pt
503503
// For now, requantize output tensor is limited to full tensor uniform quantization.
504504
ICHECK(IsScalarType(types[3], DataType::Float(32))); // output_scale
505-
ICHECK(IsScalarType(types[4], DataType::Int(32))); // output_zero_point
505+
ICHECK(IsScalarType(types[4], DataType::Int(32))); // output_zero_point
506506

507507
const Array<tvm::PrimExpr> oshape = data->shape;
508508
// assign output type

0 commit comments

Comments
 (0)