Commit be9784cc by 雾雨魔理沙 Committed by Tianqi Chen

[Relay] format text_printer.cc (#1946)

parent 2face2e5
...@@ -121,7 +121,7 @@ class TextMetaDataContext { ...@@ -121,7 +121,7 @@ class TextMetaDataContext {
}; };
class TextPrinter : class TextPrinter :
public ExprFunctor<TextValue(const Expr&)> , public ExprFunctor<TextValue(const Expr&)>,
public TypeFunctor<void (const Type&, std::ostream& os)>, // NOLINT(*) public TypeFunctor<void (const Type&, std::ostream& os)>, // NOLINT(*)
public AttrFunctor<void (const NodeRef&, std::ostream& os)> { // NOLINT(*) public AttrFunctor<void (const NodeRef&, std::ostream& os)> { // NOLINT(*)
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment