Searched defs:TF_StringStream (Results 1 – 2 of 2) sorted by relevance
25 struct TF_StringStream { struct26 std::vector<::tensorflow::string>* list;27 size_t position;
35 typedef struct TF_StringStream TF_StringStream; typedef