Home
last modified time | relevance | path

Searched refs:linalg_reshape (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Linalg/EDSC/
DIntrinsics.h25 using linalg_reshape = ValueBuilder<linalg::ReshapeOp>; variable
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp1062 auto reshaped = linalg_reshape(v, maps); in TEST_FUNC()
1063 linalg_reshape(memrefType, reshaped, maps); in TEST_FUNC()