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

  /external/tensorflow/tensorflow/compiler/xla/
text_literal_reader.h 40 class TextLiteralReader {
49 explicit TextLiteralReader(tensorflow::RandomAccessFile* file);
58 TF_DISALLOW_COPY_AND_ASSIGN(TextLiteralReader);
text_literal_reader_test.cc 46 TextLiteralReader::ReadPath(fname).ConsumeValueOrDie();
text_literal_reader.cc 39 StatusOr<std::unique_ptr<Literal>> TextLiteralReader::ReadPath(
42 << "TextLiteralReader no longer supports reading .gz files";
50 TextLiteralReader reader(file.release());
54 TextLiteralReader::TextLiteralReader(tensorflow::RandomAccessFile* file)
84 StatusOr<std::unique_ptr<Literal>> TextLiteralReader::ReadAllLines() {
  /external/tensorflow/tensorflow/compiler/xla/tools/
show_text_literal.cc 40 xla::TextLiteralReader::ReadPath(argv[1]).ConsumeValueOrDie();

Completed in 127 milliseconds