1#ifndef FREE_TENSOR_AST_PARSER_BASE_H
2#define FREE_TENSOR_AST_PARSER_BASE_H
5#include <unordered_map>
7#include <antlr4-runtime.h>
Definition: ast_parser_base.h:13
std::unordered_map< std::string, DataType > name2dtype_
Definition: ast_parser_base.h:15
ASTParserBase(antlr4::TokenStream *input)
Definition: ast_parser_base.h:17
Definition: allocator.h:9