mlir-hlo/tools/mlir-tblgen-builder/Builder/Op.cpp

9 lines
129 B
C++
Raw Permalink Normal View History

2021-08-16 15:35:37 +08:00
#include "Op.h"
#include "OpImpl.h"
namespace builder {
Op::Op() : impl_(std::make_shared<Impl>()) {}
} // namespace builder