Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dactor.hpp42 struct unpack_tuple : public TupleT { struct
44 typedef TupleT tuple_t;
46 unpack_tuple() {} in unpack_tuple() argument
47 unpack_tuple(tuple_t const &tuple_) : TupleT(tuple_) {} in unpack_tuple() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dloops.cc40 auto unpack_tuple = [](XlaOp tuple, int arity, XlaBuilder* builder) { in WhileLoopHelper() local