Home
last modified time | relevance | path

Searched defs:complex64 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco_api.py45 complex64 = mlir_pytaco.DType(mlir_pytaco.Type.COMPLEX64) variable
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DSparseTensorUtils.h74 using complex64 = std::complex<double>; variable