Home
last modified time | relevance | path

Searched defs:CopyToBuffer (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfingerprint_op.cc30 inline void CopyToBuffer(const T& value, uint8* output) { in CopyToBuffer() function
/external/tensorflow/tensorflow/lite/experimental/ruy/profiler/
Dinstrumentation.cc110 void CopyToBuffer(const Stack& stack, char* dst) { in CopyToBuffer() function
/external/tensorflow/tensorflow/lite/toco/
Dtoco_port.cc31 void CopyToBuffer(const string& src, char* dest) { in CopyToBuffer() function
36 void CopyToBuffer(const Cord& src, char* dest) { src.CopyToArray(dest); } in CopyToBuffer() function
/external/protobuf/src/google/protobuf/io/
Dprinter.cc243 void Printer::CopyToBuffer(const char* data, int size) { in CopyToBuffer() function in google::protobuf::io::Printer
/external/lzma/CPP/7zip/Common/
DStreamObjects.cpp137 void CDynBufSeqOutStream::CopyToBuffer(CByteBuffer &dest) const in CopyToBuffer() function in CDynBufSeqOutStream
/external/webrtc/talk/media/base/
Dvideoframe.cc85 size_t VideoFrame::CopyToBuffer(uint8_t* buffer, size_t size) const { in CopyToBuffer() function in cricket::VideoFrame
Dvideoframe_unittest.h1857 void CopyToBuffer() { in CopyToBuffer() function