Searched defs:TernaryOp (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | common_type.pass.cpp | 84 using TernaryOp = typename TernaryOpImp<T1, T2>::type; typedef
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 855 enum TernaryOp : uint8_t { SUBST, FOREACH, IF }; enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 856 enum TernaryOp : uint8_t { SUBST, FOREACH, IF, DAG }; enum
|
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Record.h | 1003 enum TernaryOp { SUBST, FOREACH, IF }; enum
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 553 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, const XlaOp& lhs, const XlaOp& rhs, in TernaryOp() function in xla::XlaBuilder
|