Skip to content

Commit

Permalink
Fix typo (apache#9156)
Browse files Browse the repository at this point in the history
Co-authored-by: JoshuaZhong <joshuazhong@etekcity.com.cn>
  • Loading branch information
2 people authored and ylc committed Jan 7, 2022
1 parent 4eeef61 commit 55015ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/tvm/node/reflection.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class ReflectionVTable::Registry {
};

#define TVM_REFLECTION_REG_VAR_DEF \
static TVM_ATTRIBUTE_UNUSED ::tvm::ReflectionVTable::Registry __make_reflectiion
static TVM_ATTRIBUTE_UNUSED ::tvm::ReflectionVTable::Registry __make_reflection

/*!
* \brief Directly register reflection VTable.
Expand Down
2 changes: 1 addition & 1 deletion src/relay/op/nn/convolution_make.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

/*!
* \file src/relay/op/nn/make_convolution.h
* \file src/relay/op/nn/convolution_make.h
* \brief utilities for creating convolution ops
*/
#ifndef TVM_RELAY_OP_NN_CONVOLUTION_MAKE_H_
Expand Down

0 comments on commit 55015ea

Please sign in to comment.