| 171 | }; |
| 172 | |
| 173 | class IsScalar final : public OperatorImpl<IsScalar, Operator::GetAttrLike> { |
| 174 | private: |
| 175 | public: |
| 176 | std::string to_string() const override; |
| 177 | std::string raw_type() const { return "IsScalar"; } |
| 178 | }; |
| 179 | |
| 180 | class GetFormat final : public OperatorImpl<GetFormat, Operator::GetAttrLike> { |
| 181 | public: |