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

  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor.cc 134 partition_(partition),
146 partition_ = partition;
152 first_buffered_row_index_ = partition_.start_index();
215 if (partition_.end_index() == -1) {
218 if (IsPartitionEmpty(partition_)) {
222 static_cast<int64>(partition_.end_index() -
223 partition_.start_index() + 1));
375 IsPartitionEmpty(partition_) ||
376 (partition_.end_index() != -1 &&
377 partition_.end_index()
    [all...]
bigquery_table_accessor.h 179 BigQueryTablePartition partition_; member in class:tensorflow::BigQueryTableAccessor

Completed in 166 milliseconds