Skip to content

Commit d995ec7

Browse files
committed
Use clang-format-10 rules.
1 parent 1620669 commit d995ec7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/relay/op/nn/nn.cc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,9 @@ Expr MakeL2Normalize(Expr data, double eps, Array<Integer> axis) {
653653
return Call(op, {data}, Attrs(attrs), {});
654654
}
655655

656-
InferCorrectLayoutOutput L2NormalizeInferCorrectLayout(const Attrs& attrs,
657-
const Array<Layout>& new_in_layouts,
658-
const Array<Layout>& old_in_layouts,
659-
const Array<tvm::relay::Type>& old_in_types) {
656+
InferCorrectLayoutOutput L2NormalizeInferCorrectLayout(
657+
const Attrs& attrs, const Array<Layout>& new_in_layouts, const Array<Layout>& old_in_layouts,
658+
const Array<tvm::relay::Type>& old_in_types) {
660659
const auto* attrs_ptr = attrs.as<L2NormalizeAttrs>();
661660
ICHECK(attrs_ptr);
662661
ObjectPtr<L2NormalizeAttrs> param = make_object<L2NormalizeAttrs>(*attrs_ptr);

0 commit comments

Comments
 (0)