Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/
H A DTraits.cpp17 ArrayRef<int64_t> shape2) { in staticallyKnownBroadcastable()
60 ArrayRef<int64_t> shape2, in getBroadcastedShape()
/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp58 ArrayRef<int64_t> shape2) { in verifyCompatibleShape()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp217 auto shape2 = tp2.getShape(); in verify() local