Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/
H A DTraits.cpp17 bool OpTrait::util::staticallyKnownBroadcastable(ArrayRef<int64_t> shape1, in staticallyKnownBroadcastable() argument
60 bool OpTrait::util::getBroadcastedShape(ArrayRef<int64_t> shape1, in getBroadcastedShape() argument
/llvm-project/flang/unittests/Runtime/
H A DReduction.cpp153 std::vector<int> shape1{24}; in TEST() local
376 std::vector<int> shape1{4}; in TEST() local
573 std::vector<int> shape1{6}; in TEST() local
/llvm-project/mlir/lib/IR/
H A DTypeUtilities.cpp58 LogicalResult mlir::verifyCompatibleShape(ArrayRef<int64_t> shape1, in verifyCompatibleShape() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1375 auto shape1 = tp1.getShape(); verify() local