Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc507 bool IsSelect(const NodeDef& node) { in IsSelect() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc753 bool TFGraphDialect::IsSelect(TFOp op) const { in IsSelect() function in mlir::tfg::TFGraphDialect
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3386 bool IsSelect = all_of(enumerate(Mask), [&](const auto &MaskIdx) { in lowerVECTOR_SHUFFLE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13182 bool IsSelect = match(Inst, m_Select(m_Value(), m_Value(), m_Value())); in vectorizeHorReduction() local