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

  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_reader_ops.cc 150 total_num_rows_, num_partitions_);
161 std::min(total_num_rows_, (i + 1) * partition_size) - 1);
168 total_num_rows_ = bigquery_table_accessor_->total_num_rows();
169 if (total_num_rows_ <= 0) {
184 int64 total_num_rows_; member in class:tensorflow::GenerateBigQueryReaderPartitionsOp
bigquery_table_accessor.h 86 int64 total_num_rows() { return total_num_rows_; }
182 int64 total_num_rows_ = 0; member in class:tensorflow::BigQueryTableAccessor
bigquery_table_accessor.cc 288 strings::safe_strto64(root["numRows"].asString().c_str(), &total_num_rows_);
374 return (total_num_rows_ <= first_buffered_row_index_ + next_row_in_buffer_) ||

Completed in 201 milliseconds