Home
last modified time | relevance | path

Searched refs:total_num_rows_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_reader_ops.cc150 total_num_rows_, num_partitions_); in Compute()
161 std::min(total_num_rows_, (i + 1) * partition_size) - 1); in Compute()
168 total_num_rows_ = bigquery_table_accessor_->total_num_rows(); in InitializeTotalNumberOfRows()
169 if (total_num_rows_ <= 0) { in InitializeTotalNumberOfRows()
184 int64 total_num_rows_; member in tensorflow::GenerateBigQueryReaderPartitionsOp
Dbigquery_table_accessor.h86 int64 total_num_rows() { return total_num_rows_; } in total_num_rows()
175 int64 total_num_rows_ = 0; variable
Dbigquery_table_accessor.cc278 strings::safe_strto64(root["numRows"].asString().c_str(), &total_num_rows_); in ReadSchema()
364 return (total_num_rows_ <= first_buffered_row_index_ + next_row_in_buffer_) || in Done()