Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp99 struct TernaryOp { struct
104 >::type type;
/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder.cc127 Node* TernaryOp(const string& op_name, NodeOut a, NodeOut b, NodeOut c, in TernaryOp() function
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp84 using TernaryOp = typename TernaryOpImp<T1, T2>::type; typedef
/external/python/pycparser/pycparser/
Dc_ast.py928 class TernaryOp(Node): class
/external/llvm/include/llvm/TableGen/
DRecord.h855 enum TernaryOp : uint8_t { SUBST, FOREACH, IF }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h861 enum TernaryOp : uint8_t { SUBST, FOREACH, IF, DAG }; enum
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc795 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp() function in xla::XlaBuilder