Searched refs:total_num_rows_ (Results 1 – 3 of 3) sorted by relevance
150 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
86 int64 total_num_rows() { return total_num_rows_; } in total_num_rows()175 int64 total_num_rows_ = 0; variable
278 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()