Skip to content

Commit

Permalink
added extra empty lines as requested
Browse files Browse the repository at this point in the history
Change-Id: I242ec95f92b3dfc7fa3dd89385f56ab07c6e72a8
  • Loading branch information
d-smirnov committed Jul 8, 2021
1 parent 933cf43 commit 5f0bc5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/relay/transforms/fold_scale_axis.cc
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ class BackwardTransformer : public ObjectRef {
}
using ContainerType = BackwardTransformerNode;
};

/*!
* \brief Transform the expr to consider the scaling.
*
Expand Down Expand Up @@ -768,6 +769,7 @@ Expr BackwardTransformerNode::Transform(const Expr& expr, Message message, Expr
return this->Mutate(expr);
}
}

//----------------------------------------------
// Per operator defs for FScaleAxisForward
//----------------------------------------------
Expand Down

0 comments on commit 5f0bc5d

Please sign in to comment.