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

  /external/tensorflow/tensorflow/core/kernels/
fixed_length_record_reader_op.cc 31 // In the constructor hop_bytes_ is set to record_bytes_ if it was 0,
41 record_bytes_(record_bytes),
106 // Fill up lookahead_cache_ to record_bytes_ + footer_bytes_
107 int bytes_to_read = record_bytes_ + footer_bytes_ - lookahead_cache_.size();
120 // Copy first record_bytes_ from cache to value
121 *value = lookahead_cache_.substr(0, record_bytes_);
142 const int64 record_bytes_; member in class:tensorflow::FixedLengthRecordReader
150 // record_bytes_ + footer_bytes_
  /external/tensorflow/tensorflow/core/kernels/data/
reader_dataset_ops.cc 322 record_bytes_(record_bytes),
357 TF_RETURN_IF_ERROR(b->AddScalar(record_bytes_, &record_bytes));
385 input_buffer_->ReadNBytes(dataset()->record_bytes_, &record));
416 if (body_size % dataset()->record_bytes_ != 0) {
424 dataset()->record_bytes_, " bytes).");
490 const int64 record_bytes_; member in class:tensorflow::__anon39753::FixedLengthRecordDatasetOp::Dataset

Completed in 266 milliseconds