Home
last modified time | relevance | path

Searched refs:ReadPath (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dtext_literal_reader.h44 static StatusOr<Literal> ReadPath(absl::string_view path);
Dtext_literal_reader_test.cc45 Literal literal = TextLiteralReader::ReadPath(fname).ConsumeValueOrDie(); in TEST()
Dtext_literal_reader.cc43 StatusOr<Literal> TextLiteralReader::ReadPath(absl::string_view path) { in ReadPath() function in xla::TextLiteralReader
/external/libchrome/mojo/public/cpp/base/
Dfile_path_mojom_traits.cc20 if (!data.ReadPath(&path_view)) { in Read()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dshow_text_literal.cc40 xla::TextLiteralReader::ReadPath(argv[1]).ConsumeValueOrDie(); in main()
/external/clang/include/clang/Serialization/
DASTReader.h2034 std::string ReadPath(ModuleFile &F, const RecordData &Record, unsigned &Idx);
/external/clang/lib/Serialization/
DASTReader.cpp1080 auto Filename = ReadPath(F, Record, Idx); in ParseLineTable()
2354 auto ImportedFile = ReadPath(F, Record, Idx); in ReadControlBlock()
3222 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
3276 std::string Filename = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
8181 std::string ASTReader::ReadPath(ModuleFile &F, const RecordData &Record, in ReadPath() function in ASTReader