Searched refs:zero_i (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | sparse_cast.mlir | 174 %zero_i = arith.constant dense<0> : tensor<10xi32> 205 …%c2 = call @sparse_cast_f32_to_s32(%3, %zero_i) : (tensor<10xf32, #SV>, tensor<10xi32>) -> tensor<… 212 …%c3 = call @sparse_cast_f64_to_u32(%7, %zero_i) : (tensor<10xf64, #SV>, tensor<10xi32>) -> tensor<… 255 …%c9 = call @sparse_cast_f32_as_s32(%3, %zero_i) : (tensor<10xf32, #SV>, tensor<10xi32>) -> tensor<…
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_aff.c | 9135 isl_union_set *zero_i; in isl_multi_union_pw_aff_zero_union_set() local 9138 zero_i = isl_union_pw_aff_zero_union_set(upa); in isl_multi_union_pw_aff_zero_union_set() 9140 zero = isl_union_set_intersect(zero, zero_i); in isl_multi_union_pw_aff_zero_union_set()
|