HomeSort by relevance Sort by last modified time
    Searched defs:JoinPath (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
path.h 35 // 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) {
  /external/tensorflow/tensorflow/stream_executor/lib/
path.h 36 // 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) {
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_port.cc 96 string JoinPath(const string& a, const string& b) {
97 return ::file::JoinPath(a, b);
213 string JoinPath(const string& base, const string& filename) {
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 290 std::string JoinPath(const std::string &path1, const std::string &path2) {
360 std::string FilePath = JoinPath(outDirectory, outFileName);

Completed in 891 milliseconds