Searched refs:sourceMemref (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/unittests/Dialect/MemRef/ |
| H A D | InferShapeTest.cpp | 22 auto sourceMemref = MemRefType::get({10, 5}, b.getIndexType()); in TEST() local 24 /*resultShape=*/{2}, sourceMemref, {2, 3}, {1, 2}, {1, 1}); in TEST() 38 auto sourceMemref = MemRefType::get({10, 5}, b.getIndexType(), in TEST() local 41 /*resultShape=*/{2}, sourceMemref, {2, 3}, {1, 2}, {1, 1}); in TEST() 52 auto sourceMemref = MemRefType::get({10, 5}, b.getIndexType(), in TEST() local 55 /*resultShape=*/{}, sourceMemref, {2, 3}, {1, 1}, {1, 1}); in TEST()
|