Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_lib.h38 : project_id_(std::move(project_id)), in BigtableClientResource()
47 return strings::StrCat("BigtableClientResource(project_id: ", project_id_, in DebugString()
52 const string project_id_;
Dbigtable_kernels.cc27 OP_REQUIRES_OK(ctx, ctx->GetAttr("project_id", &project_id_)); in BigtableClientOp()
29 OP_REQUIRES(ctx, !project_id_.empty(), in BigtableClientOp()
91 project_id_, instance_id_, std::move(client_options)); in Compute()
92 *ret = new BigtableClientResource(project_id_, instance_id_, in Compute()
105 string project_id_; member in tensorflow::__anonb1786a020111::BigtableClientOp
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.h154 return strings::StrCat(project_id_, ":", dataset_id_, ".", table_id_, "@", in FullTableName()
158 const string project_id_; variable
Dbigquery_table_accessor.cc118 : project_id_(project_id), in BigQueryTableAccessor()
358 request.EscapeString(project_id_), "/datasets/", in BigQueryUriPrefix()
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
Dbigtable_test_client.h27 std::string const& project_id() const override { return project_id_; } in project_id()
119 const std::string project_id_ = "testproject"; variable