Searched refs:linePtr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | SparseTensorUtils.cpp | 1324 char **linePtr, bool is_pattern, in readCOOValue() argument 1330 V re = is_pattern ? 1.0 : strtod(*linePtr, linePtr); in readCOOValue() 1331 V im = is_pattern ? 1.0 : strtod(*linePtr, linePtr); in readCOOValue() 1344 char **linePtr, bool is_pattern, in readCOOValue() argument 1349 double value = is_pattern ? 1.0 : strtod(*linePtr, linePtr); in readCOOValue() 1381 char *linePtr = stfile.readLine(); in openSparseTensorCOO() local 1383 uint64_t idx = strtoul(linePtr, &linePtr, 10); in openSparseTensorCOO() 1387 readCOOValue(coo, indices, &linePtr, stfile.isPattern(), in openSparseTensorCOO()
|