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 168 total_num_rows_ = bigquery_table_accessor_->total_num_rows();
bigquery_table_accessor.h 86 int64 total_num_rows() { return total_num_rows_; } function in class:tensorflow::BigQueryTableAccessor
bigquery_table_accessor_test.cc 134 EXPECT_EQ(4, accessor_->total_num_rows());

Completed in 176 milliseconds