Home
last modified time | relevance | path

Searched refs:MoveFrom (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/ADT/
DSmallPtrSet.h188 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
387 this->MoveFrom(SmallSizePowTwo, std::move(RHS));
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatset.h85 rep_.MoveFrom(std::move(src.rep_));
272 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { in MoveFrom() function
Dflatrep.h94 void MoveFrom(FlatRep&& src) { in MoveFrom() function
298 dst->MoveFrom(dsti, src, srci); in operator()
Dflatmap.h102 rep_.MoveFrom(std::move(src.rep_));
349 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { in MoveFrom() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallPtrSet.h198 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
450 this->MoveFrom(SmallSizePowTwo, std::move(RHS));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallPtrSet.h211 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
457 this->MoveFrom(SmallSizePowTwo, std::move(RHS));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSmallPtrSet.cpp182 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom() function in SmallPtrSetImplBase
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp207 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom() function in SmallPtrSetImplBase
/external/llvm/lib/Support/
DSmallPtrSet.cpp206 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom() function in SmallPtrSetImplBase
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc452 literal.MoveFrom(std::move(elements[i]), /*dest_shape_index=*/{i})); in MakeTupleOwned()
Dliteral.h776 virtual Status MoveFrom(Literal&& src_literal,
Dliteral.cc468 Status Literal::MoveFrom(Literal&& src_literal, in MoveFrom() function in xla::Literal
1455 literal.MoveFrom(std::move(elements[i]), /*dest_shape_index=*/{i})); in MoveIntoTuple()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h1835 TF_CHECK_OK(tuple_result.MoveFrom(std::move(results[i]), {i})); in HandleReduce()