Searched refs:StringSource (Results 1 – 3 of 3) sorted by relevance
49 class StringSource : public TensorResponse::Source { class51 explicit StringSource(const string* s, int block_size) in StringSource() function in tensorflow::StringSource53 ~StringSource() override { DeleteStream(); } in ~StringSource()89 StringSource source(&encoded, 1024); in Validate()184 StringSource source(&encoded, -1); in BM_TensorResponse()
74 class StringSource : public RandomAccessFile { class76 explicit StringSource(string* contents) in StringSource() function in tensorflow::io::__anon3461d06d0111::StringSource108 StringSource source_;233 StringSource file(&contents); in TestNonSequentialReads()286 StringSource file(&contents); in TestReadError()
117 class StringSource : public RandomAccessFile { class119 explicit StringSource(const StringPiece& contents) in StringSource() function in tensorflow::table::StringSource122 ~StringSource() override {} in ~StringSource()236 source_ = new StringSource(sink.contents()); in FinishImpl()257 StringSource* source_;