Home
last modified time | relevance | path

Searched refs:TextLiteralReader (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dtext_literal_reader.cc43 StatusOr<Literal> TextLiteralReader::ReadPath(absl::string_view path) { in ReadPath()
53 TextLiteralReader reader(file.release()); in ReadPath()
57 TextLiteralReader::TextLiteralReader(tensorflow::RandomAccessFile* file) in TextLiteralReader() function in xla::TextLiteralReader
60 StatusOr<Literal> TextLiteralReader::ReadAllLines() { in ReadAllLines()
Dtext_literal_reader.h40 class TextLiteralReader {
48 explicit TextLiteralReader(tensorflow::RandomAccessFile* file);
57 TF_DISALLOW_COPY_AND_ASSIGN(TextLiteralReader);
Dtext_literal_reader_test.cc45 Literal literal = TextLiteralReader::ReadPath(fname).ConsumeValueOrDie(); in TEST()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dshow_text_literal.cc40 xla::TextLiteralReader::ReadPath(argv[1]).ConsumeValueOrDie(); in main()