Lines Matching refs:dense
16 // CHECK:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 2, 32
17 %cst_1 = arith.constant dense<1.000000e+00> : vector<8x256xf32>
18 // CHECK:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 3, 7, 2, 1
19 %cst_a = arith.constant dense<1.000000e+00> : vector<1x3x7x8x8xf32>
20 // CHECK-NOT:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 3, 7, 1{{.*}}
21 %cst_b = arith.constant dense<1.000000e+00> : vector<1x3x7x4x4xf32>
22 // TEST-3x4x5x8:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 3, 2, 1, 4
23 %cst_c = arith.constant dense<1.000000e+00> : vector<3x4x5x8xf32>
24 // TEST-3x4x4x8-NOT:matched: {{.*}} arith.constant dense{{.*}} with shape ratio{{.*}}
25 %cst_d = arith.constant dense<1.000000e+00> : vector<3x4x4x8xf32>
26 // TEST-3x4x4x8:matched: {{.*}} arith.constant dense{{.*}} with shape ratio: 1, 1, 2, 16
27 %cst_e = arith.constant dense<1.000000e+00> : vector<1x2x10x32xf32>