Home
last modified time | relevance | path

Searched refs:AppendTo (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc38 static void AppendTo(const TensorShapeBase<Shape>& s, in AppendTo() function
456 AppendTo(*this, &vals); in UnsafeAddDim()
512 AppendTo(*this, &vals); in InsertDim()
542 AppendTo(*this, &vals); in InsertDimWithStatus()
581 AppendTo(*this, &vals); in set_dim()
614 AppendTo(*this, &vals); in SetDimWithStatus()
641 AppendTo(*this, &vals); in RemoveDimRange()
679 AppendTo(*this, &vals); in RemoveDimRangeWithStatus()
Dfunction.cc959 void AppendTo(bool first, string* s) const { in AppendTo() function in tensorflow::__anonb69655eb0611::AttrKeyAndValue
1075 entry.AppendTo(first, &result); in Canonicalize()
/external/llvm-project/libcxx/test/std/iterators/iterators.general/
Dgcc_workaround.pass.cpp18 void AppendTo(const std::vector<char> &v) { TEST_IGNORE_NODISCARD v.begin(); } in AppendTo() function
/external/libcxx/test/std/iterators/iterators.general/
Dgcc_workaround.pass.cpp19 void AppendTo(const std::vector<char> &v) { TEST_IGNORE_NODISCARD v.begin(); } in AppendTo() function
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback.cc157 void TransportFeedback::LastChunk::AppendTo( in AppendTo() function in webrtc::rtcp::TransportFeedback::LastChunk
442 last_chunk_.AppendTo(&delta_sizes); in Parse()
540 chunk_decoder.AppendTo(&delta_sizes); in IsConsistent()
544 last_chunk_.AppendTo(&delta_sizes); in IsConsistent()
Dtransport_feedback.h133 void AppendTo(std::vector<DeltaSize>* deltas) const;