Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp193 BitVector testBits = BitVector(numTensors + 1, false); in loopsToBits() local
197 testBits.set(numTensors * loop + tensor); in loopsToBits()
199 return testBits; in loopsToBits()