Searched refs:ReadTensors (Results 1 – 4 of 4) sorted by relevance
191 virtual Status ReadTensors(std::vector<Tensor>* read_tensors) = 0;212 Status ReadTensors(std::vector<Tensor>* read_tensors) override;250 Status ReadTensors(std::vector<Tensor>* read_tensors) override;
65 TF_ASSERT_OK(reader->ReadTensors(&read_tensors)); in SnapshotRoundTrip()118 reader->ReadTensors(&read_tensors).IgnoreError(); in SnapshotReaderBenchmarkLoop()
350 TF_RETURN_IF_ERROR(ReadTensors(&unused_tensors)); in SkipRecords()424 Status s = reader_->ReadTensors(out_tensors); in GetNextInternal()632 Status TFRecordReader::ReadTensors(std::vector<Tensor>* read_tensors) { in ReadTensors() function in tensorflow::data::snapshot_util::TFRecordReader701 Status CustomReader::ReadTensors(std::vector<Tensor>* read_tensors) { in ReadTensors() function in tensorflow::data::snapshot_util::CustomReader
1606 Status s = reader->ReadTensors(&read_tensors); in ReadFile()