We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475f77e commit bd1dcd9Copy full SHA for bd1dcd9
1 file changed
relay/include/relay/node.h
@@ -88,8 +88,6 @@ class BoolValue;
88
/*! \brief Integer literal `0`, `1000`. */
89
class BoolValueNode : public ValueNode {
90
public:
91
- // The AST should be able to store aribtrary precision numbers, maybe store as
92
- // string?
93
bool value;
94
95
BoolValueNode() {}
@@ -150,8 +148,6 @@ class IntType;
150
148
/*! \brief The type of integer values. */
151
149
class IntTypeNode : public TypeNode {
152
153
154
155
unsigned width;
156
157
IntTypeNode() {}
0 commit comments