Searched defs:TensorExpr (Results 1 – 1 of 1) sorted by relevance
844 TensorExpr = 1, enumerator896 struct TensorExpr : public Expression { struct897 TensorExpr(StringRef name, in TensorExpr() function904 static bool classof(const Expression *e) { in classof()908 bool operator==(const TensorExpr &other) const { in operator ==()927 StringRef operationName;928 SmallVector<std::unique_ptr<Expression>, 4> expressions;929 SetVector<unsigned> reductionDimensions;