Searched defs:MakeTuple (Results 1 – 11 of 11) sorted by relevance
15 struct MakeTuple { struct17 constexpr auto operator()(Args&&... args) const { in operator()
51 static TupleType MakeTuple(const ProtoParseFailure* table) { in MakeTuple() function89 static TupleType MakeTuple(const ResultExpectError* table) { in MakeTuple() function127 static TupleType MakeTuple(const ResultExpectStatusError* table) { in MakeTuple() function
66 struct MakeTuple { struct84 auto f = std::__bind_back(MakeTuple{}); in test() argument
64 struct MakeTuple { struct82 auto f = std::bind_front(MakeTuple{}); in test() argument
539 /* static */ Literal LiteralUtil::MakeTuple( in MakeTuple() function in xla::LiteralUtil
455 /*static*/ Status XRTTupleAllocation::MakeTuple( in MakeTuple() function in tensorflow::XRTTupleAllocation
241 StatusOr<std::unique_ptr<PyTpuBuffer>> PyTpuBuffer::MakeTuple( in MakeTuple() function in xla::PyTpuBuffer
807 TEST(RawApiTest, MakeTuple) { in TEST() argument