This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch feature/2023-01-24/migrate-parser in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 8bdd46ed506f10434dc685399864548f7e3eeecb Author: Junru Shao <[email protected]> AuthorDate: Tue Jan 24 11:34:04 2023 -0800 ... --- include/tvm/relay/parser.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/tvm/relay/parser.h b/include/tvm/relay/parser.h index d7fc34c36b..916e6b5c45 100644 --- a/include/tvm/relay/parser.h +++ b/include/tvm/relay/parser.h @@ -16,13 +16,9 @@ * specific language governing permissions and limitations * under the License. */ - #ifndef TVM_RELAY_PARSER_H_ #define TVM_RELAY_PARSER_H_ -/*! - * \file include/tvm/parser/parser.h - * \brief A parser for TVM IR. - */ + #include <tvm/ir/module.h> #include <tvm/ir/transform.h> #include <tvm/runtime/packed_func.h>
