Home
last modified time | relevance | path

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

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