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

  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor_test.cc 204 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
235 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
265 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
297 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
327 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
352 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
377 const auto status = accessor_->ReadRow(&row_id, &example);
409 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
416 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example));
422 TF_EXPECT_OK(accessor_->ReadRow(&row_id, &example))
    [all...]
bigquery_table_accessor.h 83 Status ReadRow(int64* row_id, Example* example);
bigquery_reader_ops.cc 80 TF_RETURN_IF_ERROR(bigquery_table_accessor_->ReadRow(&row_id, &example));
bigquery_table_accessor.cc 147 Status BigQueryTableAccessor::ReadRow(int64* row_id, Example* example) {
  /external/tensorflow/tensorflow/contrib/bigtable/kernels/
bigtable_lookup_dataset_op.cc 156 auto pair = dataset()->table_->table().ReadRow(

Completed in 1052 milliseconds