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