Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Dec 13, 2019
1 parent f2adf8e commit ff0726b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/tvm/relay/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class GlobalVarNode : public ExprNode {
RELAY_DEFINE_NODE_REF(GlobalVar, GlobalVarNode, Expr);

/*!
* \brief Function (subgraph in computational graph)
* \brief Function (external function in computational graph)
*/
class Function;
/*! \brief Function container */
Expand Down
6 changes: 3 additions & 3 deletions src/relay/backend/contrib/codegen_c/codegen_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* \file src/relay/backend/contrib/codegen_c/codegen_c.h
* \brief The base class for external codegen tools.
*/
#ifndef TVM_RELAY_BACKEND_CONTRIB_CODEGEN_C_H_
#define TVM_RELAY_BACKEND_CONTRIB_CODEGEN_C_H_
#ifndef TVM_RELAY_BACKEND_CONTRIB_CODEGEN_C_CODEGEN_C_H_
#define TVM_RELAY_BACKEND_CONTRIB_CODEGEN_C_CODEGEN_C_H_

#include <tvm/relay/expr.h>
#include <sstream>
Expand Down Expand Up @@ -276,4 +276,4 @@ class CodgenCBase {
} // namespace contrib
} // namespace relay
} // namespace tvm
#endif // TVM_RELAY_BACKEND_CONTRIB_CODEGEN_C_H_
#endif // TVM_RELAY_BACKEND_CONTRIB_CODEGEN_C_CODEGEN_C_H_

0 comments on commit ff0726b

Please sign in to comment.