Home
last modified time | relevance | path

Searched refs:newSparseTensor (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/
H A Dsparse_reshape.mlir21 // CHECK-CONV-DAG: call @newSparseTensor
22 // CHECK-CONV-DAG: call @newSparseTensor
35 // CHECK-CONV: %[[N:.*]] = call @newSparseTensor
60 // CHECK-CONV-DAG: call @newSparseTensor
61 // CHECK-CONV-DAG: call @newSparseTensor
74 // CHECK-CONV: %[[N:.*]] = call @newSparseTensor
H A Dconversion.mlir81 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
97 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
113 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
135 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
204 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
226 // CHECK: %[[T:.*]] = call @newSparseTensor
244 // CHECK: %[[C:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
245 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
290 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
322 // CHECK: %[[T:.*]] = call @newSparseTensor(%[[X]], %[[Y]], %[[Z]], %{{.*}}, %{{.*}}, %{{.*}}…
[all …]
H A Dconversion_sparse2dense.mlir32 // CHECK-DAG: %[[Iter:.*]] = call @newSparseTensor(%[[AttrsD]], %[[SizesD]], %[[PermD]], %[[zeroI…
70 // CHECK-DAG: %[[Iter:.*]] = call @newSparseTensor(%[[AttrsD]], %[[SizesD]], %[[PermD]], %[[zeroI…
112 // CHECK-DAG: %[[Iter:.*]] = call @newSparseTensor(%[[AttrsD]], %[[SizesD]], %[[PermD]], %{{.*}},…
156 // CHECK-DAG: %[[Iter:.*]] = call @newSparseTensor(%[[AttrsD]], %[[SizesD]], %[[PermD]], %{{.*}},…
200 // CHECK-DAG: %[[Iter:.*]] = call @newSparseTensor(%[[AttrsD]], %[[SizesD]], %[[PermD]], %{{.*}},…
244 // CHECK-DAG: %[[Iter:.*]] = call @newSparseTensor(%[[AttrsD]], %[[SizesD]], %[[PermD]], %{{.*}},…
292 // CHECK-DAG: %[[Iter:.*]] = call @newSparseTensor(%[[AttrsD]], %[[SizesD]], %[[PermD]], %{{.*}},…
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp552 newSparseTensor(uint64_t rank, const uint64_t *shape, const uint64_t *perm, in newSparseTensor() function in __anon2f09016c0111::SparseTensorStorage
579 newSparseTensor(uint64_t rank, const uint64_t *shape, const uint64_t *perm, in newSparseTensor() function in __anon2f09016c0111::SparseTensorStorage
1456 auto *tensor = SparseTensorStorage<uint64_t, uint64_t, V>::newSparseTensor( in toMLIRSparseTensor()
1523 auto *tensor = SparseTensorStorage<P, I, V>::newSparseTensor( \
1531 return SparseTensorStorage<P, I, V>::newSparseTensor(rank, shape, perm, \