Searched defs:IsSelect (Results 1 – 4 of 4) sorted by relevance
507 bool IsSelect(const NodeDef& node) { in IsSelect() function
753 bool TFGraphDialect::IsSelect(TFOp op) const { in IsSelect() function in mlir::tfg::TFGraphDialect
3386 bool IsSelect = all_of(enumerate(Mask), [&](const auto &MaskIdx) { in lowerVECTOR_SHUFFLE() local
13182 bool IsSelect = match(Inst, m_Select(m_Value(), m_Value(), m_Value())); in vectorizeHorReduction() local