Searched defs:MakeTuple (Results 1 – 7 of 7) sorted by relevance
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
63 struct MakeTuple { struct81 auto f = std::bind_front(MakeTuple{}); in test() argument
66 struct MakeTuple { struct84 auto f = std::__bind_back(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