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_table_accessor.h86 int64 total_num_rows() { return total_num_rows_; } in total_num_rows() function
Dbigquery_reader_ops.cc168 total_num_rows_ = bigquery_table_accessor_->total_num_rows(); in InitializeTotalNumberOfRows()
Dbigquery_table_accessor_test.cc135 EXPECT_EQ(4, accessor_->total_num_rows());