HomeSort by relevance Sort by last modified time
    Searched refs:ParseURI (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
path.h 84 void ParseURI(tensorflow::StringPiece uri, tensorflow::StringPiece* scheme,
path.cc 73 ParseURI(uri, &scheme, &host, &path);
207 void ParseURI(StringPiece remaining, StringPiece* scheme, StringPiece* host,
path_test.cc 106 ParseURI(u, &s, &h, &p); \
  /external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.h 69 io::ParseURI(name, &scheme, &host, &path);
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.h 92 io::ParseURI(name, &scheme, &host, &path);
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 144 io::ParseURI(fname, &scheme, &namenode, &path);
154 io::ParseURI(defaultFS, &defaultScheme, &defaultCluster, &defaultPath);
183 io::ParseURI(name, &scheme, &namenode, &path);
  /external/tensorflow/tensorflow/core/platform/
env_test.cc 282 io::ParseURI(dir, &scheme, &host, &path);
298 io::ParseURI(dir, &scheme, &host, &path);
file_system.cc 236 io::ParseURI(dirname, &scheme, &host, &remaining_dir);
env.cc 95 io::ParseURI(fname, &scheme, &host, &path);
169 io::ParseURI(file, &scheme, &host, &path);
file_system_test.cc 123 io::ParseURI(name, &scheme, &host, &path);
  /external/tensorflow/tensorflow/core/kernels/
immutable_constant_op_test.cc 67 io::ParseURI(fname, &scheme, &host, &path);
  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system.cc 148 io::ParseURI(fname, &scheme, &bucketp, &objectp);
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.cc 164 io::ParseURI(fname, &scheme, &bucketp, &objectp);
    [all...]

Completed in 94 milliseconds