MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_StringStreamDone

Function TF_StringStreamDone

tensorflow/c/env.cc:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void TF_StringStreamDone(TF_StringStream* list) {
122 delete list->list;
123 delete list;
124}
125TF_StringStream* TF_GetChildren(const char* dirname, TF_Status* status) {
126 auto* children = new std::vector<::tensorflow::string>;
127

Callers 2

mainFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.68
TESTFunction · 0.68