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 132ac32
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 @@ -270,7 +270,7 @@ class FunctionNode : public ExprNode {

/*!
* \brief Check whether the function is an external function.
* External functions are subgraphes that supported by external libraries.
* External functions are supported by external libraries.
*
* \return Whether the function is external or not.
*/
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 132ac32

Please sign in to comment.