Home
last modified time | relevance | path

Searched refs:StringSource (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding_test.cc49 class StringSource : public TensorResponse::Source { class
51 explicit StringSource(const string* s, int block_size) in StringSource() function in tensorflow::StringSource
53 ~StringSource() override { DeleteStream(); } in ~StringSource()
89 StringSource source(&encoded, 1024); in Validate()
184 StringSource source(&encoded, -1); in BM_TensorResponse()
/external/tensorflow/tensorflow/core/lib/io/
Drecordio_test.cc74 class StringSource : public RandomAccessFile { class
76 explicit StringSource(string* contents) in StringSource() function in tensorflow::io::__anon3461d06d0111::StringSource
108 StringSource source_;
233 StringSource file(&contents); in TestNonSequentialReads()
286 StringSource file(&contents); in TestReadError()
Dtable_test.cc117 class StringSource : public RandomAccessFile { class
119 explicit StringSource(const StringPiece& contents) in StringSource() function in tensorflow::table::StringSource
122 ~StringSource() override {} in ~StringSource()
236 source_ = new StringSource(sink.contents()); in FinishImpl()
257 StringSource* source_;