Home
last modified time | relevance | path

Searched refs:loopToLvl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h418 return loopToLvl[t][i]; in getLvl()
429 loopToLvl[t][i] = lvl; in setLevelAndType()
642 std::vector<std::vector<std::optional<Level>>> loopToLvl; variable
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp232 loopToLvl(numTensors, in Merger()