Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Reducer/
H A DTester.h35 enum class Interestingness { enum
/llvm-project/mlir/lib/Reducer/
H A DReductionNode.cpp104 void ReductionNode::update(std::pair<Tester::Interestingness, size_t> result) { in update()