Home
last modified time | relevance | path

Searched defs:TensorUse (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/
Dmlir-linalg-ods-gen.cpp845 TensorUse = 2, enumerator
863 struct TensorUse : public Expression { struct
864 TensorUse() : TensorUse("", AffineMap()) {} in TensorUse() function
865 TensorUse(StringRef name, AffineMap map) in TensorUse() function
869 static bool classof(const Expression *e) { in classof()
873 bool operator==(const TensorUse &other) const { in operator ==()
882 StringRef tensorId;
883 AffineMap indexingMap;