Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/
H A Dsparse_expand.mlir47 // CHECK-CONVERT: call @endInsert
H A Dconversion.mlir495 // CHECK: call @endInsert(%[[A]]) : (!llvm.ptr<i8>) -> ()
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DSparseTensorUtils.h230 MLIR_CRUNNERUTILS_EXPORT void endInsert(void *tensor);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp356 virtual void endInsert() = 0;
512 void endInsert() final { in endInsert() function in __anon2f09016c0111::SparseTensorStorage
1807 void endInsert(void *tensor) { in endInsert() function
1808 return static_cast<SparseTensorStorageBase *>(tensor)->endInsert(); in endInsert()