Lines Matching refs:map0
12 #map0 = affine_map<(d0, d1, d2, d3) -> (d0, d1, d2 floordiv 32, d3 floordiv 64, d2 mod 32, d3 mod 6…
18 func @test_norm(%arg0 : memref<1x16x14x14xf32, #map0>) -> () {
19 %0 = alloc() : memref<1x16x14x14xf32, #map0>
20 "test.op_norm"(%arg0, %0) : (memref<1x16x14x14xf32, #map0>, memref<1x16x14x14xf32, #map0>) -> ()
21 dealloc %0 : memref<1x16x14x14xf32, #map0>
33 func @test_nonnorm(%arg0 : memref<1x16x14x14xf32, #map0>) -> () {
34 %0 = alloc() : memref<1x16x14x14xf32, #map0>
35 …"test.op_nonnorm"(%arg0, %0) : (memref<1x16x14x14xf32, #map0>, memref<1x16x14x14xf32, #map0>) -> ()
36 dealloc %0 : memref<1x16x14x14xf32, #map0>
49 %0 = alloc() : memref<1x16x14x14xf32, #map0>
50 "test.op_norm"(%arg0, %0) : (memref<1x16x1x1x32x64xf32>, memref<1x16x14x14xf32, #map0>) -> ()
51 dealloc %0 : memref<1x16x14x14xf32, #map0>