Lines Matching refs:mapA

26   auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, &context));  in TEST()  local
29 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
39 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, &context)); in TEST() local
42 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
52 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, &context)); in TEST() local
55 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
65 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {k, n}, &context)); in TEST() local
68 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
78 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {k, m}, &context)); in TEST() local
81 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
91 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, &context)); in TEST() local
93 auto maps = ArrayAttr::get(&context, {mapA, mapB}); in TEST()
103 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, &context)); in TEST() local
108 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC, mapD}); in TEST()
118 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m}, &context)); in TEST() local
121 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
131 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {k, n}, &context)); in TEST() local
134 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
144 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {k, n}, &context)); in TEST() local
147 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
157 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {k, n}, &context)); in TEST() local
160 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
170 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, &context)); in TEST() local
173 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
183 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {n, k}, &context)); in TEST() local
186 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
196 auto mapA = AffineMapAttr::get(AffineMap::get(4, 0, {batch, m, k}, &context)); in TEST() local
199 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
209 auto mapA = AffineMapAttr::get(AffineMap::get(4, 0, {batch, m, k}, &context)); in TEST() local
212 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
222 auto mapA = AffineMapAttr::get(AffineMap::get(4, 0, {batch, m, k}, &context)); in TEST() local
225 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()
235 auto mapA = AffineMapAttr::get(AffineMap::get(4, 0, {batch, k, m}, &context)); in TEST() local
238 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST()