Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/
H A DRaggedArray.h49 explicit iterator(RaggedArray &ragged) : ragged(ragged), pos(0) {} in iterator()
52 iterator(RaggedArray &ragged, size_t pos) : ragged(ragged), pos(pos) {} in iterator()
82 explicit const_iterator(const RaggedArray &ragged) in const_iterator()
86 const_iterator(const RaggedArray &ragged, size_t pos) in const_iterator()