11 lines
128 B
C++
11 lines
128 B
C++
#ifndef TDL_INCLUDE_IR_CODEGEN_LAYOUT_H
|
|
#define TDL_INCLUDE_IR_CODEGEN_LAYOUT_H
|
|
|
|
namespace tdl{
|
|
namespace codegen{
|
|
|
|
}
|
|
}
|
|
|
|
#endif
|