Lines Matching refs:sparse_tensor
3 #SparseVector = #sparse_tensor.encoding<{dimLevelType = ["compressed"]}>
6 // CHECK-SAME: %[[A:.*]]: tensor<64xf32, #sparse_tensor.encoding<{{{.*}}}>>)
7 // CHECK-NOT: sparse_tensor.convert
8 // CHECK: return %[[A]] : tensor<64xf32, #sparse_tensor.encoding<{{{.*}}}>>
10 %0 = sparse_tensor.convert %arg0 : tensor<64xf32, #SparseVector> to tensor<64xf32, #SparseVector>
16 // CHECK-NOT: sparse_tensor.convert
19 %0 = sparse_tensor.convert %arg0 : tensor<64xf32> to tensor<64xf32, #SparseVector>
24 // CHECK-SAME: %[[A:.*]]: tensor<64xf32, #sparse_tensor.encoding<{{{.*}}}>>)
25 // CHECK-NOT: sparse_tensor.pointers
26 // CHECK-NOT: sparse_tensor.indices
27 // CHECK-NOT: sparse_tensor.values
31 %0 = sparse_tensor.pointers %arg0, %c : tensor<64xf32, #SparseVector> to memref<?xindex>
32 %1 = sparse_tensor.indices %arg0, %c : tensor<64xf32, #SparseVector> to memref<?xindex>
33 %2 = sparse_tensor.values %arg0 : tensor<64xf32, #SparseVector> to memref<?xf32>