Home
last modified time | relevance | path

Searched refs:MoveIntoTuple (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc52 return Literal::MoveIntoTuple(absl::MakeSpan(sub_literals)); in CreatePredLiteral()
73 return Literal::MoveIntoTuple(absl::MakeSpan(sub_literals)); in CreateS64Literal()
93 return Literal::MoveIntoTuple(absl::MakeSpan(sub_literals)); in CreateGarbageLiteral()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1779 TEST_F(LiteralUtilTest, MoveIntoTuple) { in TEST_F() argument
1789 Literal literal = Literal::MoveIntoTuple(absl::MakeSpan(elements)); in TEST_F()
1806 Literal literal = Literal::MoveIntoTuple({}); in TEST_F()
Dliteral.h904 static Literal MoveIntoTuple(absl::Span<Literal> elements);
Dliteral.cc1745 return MutableLiteralBase::MoveIntoTuple(absl::MakeSpan(elements)); in ConvertToShape()
1748 /* static */ Literal MutableLiteralBase::MoveIntoTuple( in MoveIntoTuple() function in xla::MutableLiteralBase
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h1889 result = Literal::MoveIntoTuple(absl::MakeSpan(results));