Searched defs:TensorUse (Results 1 – 1 of 1) sorted by relevance
845 TensorUse = 2, enumerator863 struct TensorUse : public Expression { struct864 TensorUse() : TensorUse("", AffineMap()) {} in TensorUse() function865 TensorUse(StringRef name, AffineMap map) in TensorUse() function869 static bool classof(const Expression *e) { in classof()873 bool operator==(const TensorUse &other) const { in operator ==()882 StringRef tensorId;883 AffineMap indexingMap;