Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
tensorflow-federated
Commits
cdb6a3cb
Commit
cdb6a3cb
authored
Sep 01, 2021
by
Michael Reneer
Committed by
tensorflow-copybara
Sep 01, 2021
Browse files
Fix `grpc` dependencies.
PiperOrigin-RevId: 394303266
parent
ddf8ecae
Changes
2
Hide whitespace changes
Inline
Side-by-side
tensorflow_federated/cc/core/impl/executor_stacks/BUILD
View file @
cdb6a3cb
...
...
@@ -21,7 +21,7 @@ pybind_extension(
tags
=
[
"nokokoro"
],
deps
=
[
":remote_stacks"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_absl//absl/types:span"
,
"@pybind11_abseil//pybind11_abseil:absl_casters"
,
"@pybind11_abseil//pybind11_abseil:status_casters"
,
...
...
@@ -70,7 +70,7 @@ cc_library(
"//tensorflow_federated/cc/core/impl/executors:remote_executor"
,
"//tensorflow_federated/cc/core/impl/executors:tensorflow_executor"
,
"//tensorflow_federated/cc/core/impl/executors:threading"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_absl//absl/status"
,
"@com_google_absl//absl/strings"
,
"@com_google_absl//absl/time"
,
...
...
@@ -87,7 +87,7 @@ cc_test(
"//tensorflow_federated/cc/core/impl/executors:executor"
,
"//tensorflow_federated/cc/core/impl/executors:mock_executor"
,
"//tensorflow_federated/cc/core/impl/executors:tensorflow_executor"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_googletest//:gtest_main"
,
],
)
tensorflow_federated/cc/core/impl/executors/BUILD
View file @
cdb6a3cb
...
...
@@ -84,7 +84,7 @@ pybind_extension(
":tensorflow_executor"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_proto"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@pybind11_abseil//pybind11_abseil:absl_casters"
,
"@pybind11_abseil//pybind11_abseil:status_casters"
,
"@pybind11_protobuf//pybind11_protobuf:proto_casters"
,
...
...
@@ -122,7 +122,7 @@ cc_library(
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_proto"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_absl//absl/container:flat_hash_map"
,
"@com_google_absl//absl/status"
,
"@com_google_absl//absl/status:statusor"
,
...
...
@@ -142,7 +142,7 @@ cc_test(
":value_test_utils"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_proto"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_absl//absl/container:flat_hash_map"
,
"@com_google_absl//absl/status"
,
"@com_google_googletest//:gtest_main"
,
...
...
@@ -224,7 +224,7 @@ cc_library(
deps
=
[
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_proto"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_googletest//:gtest"
,
],
)
...
...
@@ -282,7 +282,7 @@ cc_library(
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_proto"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_absl//absl/status"
,
"@com_google_absl//absl/synchronization"
,
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment