Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp151 std::vector<int> shape1{24}; in TEST() local
374 std::vector<int> shape1{4}; in TEST() local
571 std::vector<int> shape1{6}; in TEST() local
/llvm-project-15.0.7/mlir/lib/Dialect/
H A DTraits.cpp16 bool OpTrait::util::staticallyKnownBroadcastable(ArrayRef<int64_t> shape1, in staticallyKnownBroadcastable()
59 bool OpTrait::util::getBroadcastedShape(ArrayRef<int64_t> shape1, in getBroadcastedShape()
/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp57 LogicalResult mlir::verifyCompatibleShape(ArrayRef<int64_t> shape1, in verifyCompatibleShape()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp216 auto shape1 = tp1.getShape(); in verify() local