Searched refs:MoveIntoTuple (Results 1 – 3 of 3) sorted by relevance
1701 TEST_F(LiteralUtilTest, MoveIntoTuple) { in TEST_F() argument1711 Literal literal = Literal::MoveIntoTuple(absl::MakeSpan(elements)); in TEST_F()1728 Literal literal = Literal::MoveIntoTuple({}); in TEST_F()
690 static Literal MoveIntoTuple(absl::Span<Literal> elements);
1442 return MutableLiteralBase::MoveIntoTuple(absl::MakeSpan(elements)); in ConvertToShape()1445 /* static */ Literal MutableLiteralBase::MoveIntoTuple( in MoveIntoTuple() function in xla::MutableLiteralBase