Home
last modified time | relevance | path

Searched refs:ReadRow (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor_test.cc204 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
235 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
265 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
297 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
327 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
352 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
377 const auto status = accessor_->ReadRow(&row_id, &example); in TEST_F()
409 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
416 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
422 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example)); in TEST_F()
[all …]
Dbigquery_table_accessor.h83 Status ReadRow(int64* row_id, Example* example);
Dbigquery_reader_ops.cc80 TF_RETURN_IF_ERROR(bigquery_table_accessor_->ReadRow(&row_id, &example)); in ReadLocked()
Dbigquery_table_accessor.cc147 Status BigQueryTableAccessor::ReadRow(int64* row_id, Example* example) { in ReadRow() function in tensorflow::BigQueryTableAccessor
/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_lookup_dataset_op.cc156 auto pair = dataset()->table_->table().ReadRow( in GetNextInternal()