Searched refs:AppendTo (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_shape.cc | 38 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()
|
D | function.cc | 959 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/ |
D | gcc_workaround.pass.cpp | 18 void AppendTo(const std::vector<char> &v) { TEST_IGNORE_NODISCARD v.begin(); } in AppendTo() function
|
/external/libcxx/test/std/iterators/iterators.general/ |
D | gcc_workaround.pass.cpp | 19 void AppendTo(const std::vector<char> &v) { TEST_IGNORE_NODISCARD v.begin(); } in AppendTo() function
|
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | transport_feedback.cc | 157 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()
|
D | transport_feedback.h | 133 void AppendTo(std::vector<DeltaSize>* deltas) const;
|