Searched defs:JoinPath (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
H A Dpath.h35 // Arguments | JoinPath
42 // string path = io::JoinPath("/mydir", filename);
43 // string path = io::JoinPath(FLAGS_test_srcdir, filename);
44 // string path = io::JoinPath("/full", "path", "to", "filename);
46 string JoinPath(const T&... args) { function in namespace:tensorflow::io
/external/tensorflow/tensorflow/stream_executor/lib/
H A Dpath.h36 // JoinPath unconditionally joins all paths together. For example:
38 // Arguments | JoinPath
51 // string path = file::JoinPath("/var/log", dirname, filename);
52 // string path = file::JoinPath(FLAGS_test_srcdir, filename);
54 inline string JoinPath(const T&... args) { function in namespace:perftools::gputools::port
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dtoco_port.cc96 string JoinPath(const string& a, const string& b) { function in namespace:toco::port::file
97 return ::file::JoinPath(a, b);
213 string JoinPath(const string& base, const string& filename) {

Completed in 159 milliseconds