Searched refs:TextLiteralReader (Results 1 – 4 of 4) sorted by relevance
43 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::TextLiteralReader60 StatusOr<Literal> TextLiteralReader::ReadAllLines() { in ReadAllLines()
40 class TextLiteralReader {48 explicit TextLiteralReader(tensorflow::RandomAccessFile* file);57 TF_DISALLOW_COPY_AND_ASSIGN(TextLiteralReader);
45 Literal literal = TextLiteralReader::ReadPath(fname).ConsumeValueOrDie(); in TEST()
40 xla::TextLiteralReader::ReadPath(argv[1]).ConsumeValueOrDie(); in main()