Home
last modified time | relevance | path

Searched refs:SetPartition (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.h73 Status SetPartition(const BigQueryTablePartition& partition);
Dbigquery_reader_ops.cc65 TF_RETURN_IF_ERROR(bigquery_table_accessor_->SetPartition(partition)); in OnWorkStartedLocked()
Dbigquery_table_accessor_test.cc473 TF_EXPECT_OK(accessor_->SetPartition(partition)); in TEST_F()
482 TF_EXPECT_OK(accessor_->SetPartition(partition)); in TEST_F()
Dbigquery_table_accessor.cc131 Status BigQueryTableAccessor::SetPartition( in SetPartition() function in tensorflow::BigQueryTableAccessor