Home
last modified time | relevance | path

Searched defs:ParseURI (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dpath.cc231 void ParseURI(StringPiece remaining, StringPiece* scheme, StringPiece* host, in ParseURI() function
Dfile_system.cc405 void FileSystem::ParseURI(StringPiece remaining, StringPiece* scheme, in ParseURI() function in tensorflow::FileSystem