Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaret committed Mar 24, 2020
1 parent 9ad5d07 commit 8662517
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/relay/transforms/merge_compiler_regions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

/*
* \file src/relay/pass/merge_compiler_regions.cc
* \file src/relay/transforms/merge_compiler_regions.cc
*
* \brief After operators have been annotated with the targets that support
* them, this pass creates regions of the operators for each target. It
Expand Down Expand Up @@ -86,12 +86,12 @@ class AnnotateRestDefault : public ExprMutator {
}
}

/*! \brief This function adds compiler ends to nodes nodes that
* does have a region AND they should not be arguments of the
* original function
* @param expr
* @return expr
*/
/*! \brief This function adds compiler ends to nodes that
* have a region AND they should not be arguments of the
* original function
* \param expr
* \return expr
*/
Expr AddCompilerEnd(const Expr& expr) {
auto region = regions_->GetRegion(expr);
auto visited_expr = VisitExpr(expr);
Expand Down

0 comments on commit 8662517

Please sign in to comment.