Status tensorflow::Env::GetChildren(const string &dir, std::vector< string > *result)
Stores in *result the names of the children of the specified directory. The names are relative to "dir".
Original contents of *results are dropped.
Status tensorflow::Env::GetChildren(const string &dir, std::vector< string > *result)
Stores in *result the names of the children of the specified directory. The names are relative to "dir".
Original contents of *results are dropped.
Please login to continue.