Skip to content
GitLab
菜单
项目
群组
代码片段
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
KMSCAKKSCFKA AKFACAMADCAS
tensorflow-federated
提交
cdb6a3cb
提交
cdb6a3cb
编辑于
9月 01, 2021
作者:
Michael Reneer
提交者:
tensorflow-copybara
9月 01, 2021
浏览文件
Fix `grpc` dependencies.
PiperOrigin-RevId: 394303266
上级
ddf8ecae
变更
2
Hide whitespace changes
Inline
Side-by-side
tensorflow_federated/cc/core/impl/executor_stacks/BUILD
浏览文件 @
cdb6a3cb
...
@@ -21,7 +21,7 @@ pybind_extension(
...
@@ -21,7 +21,7 @@ pybind_extension(
tags
=
[
"nokokoro"
],
tags
=
[
"nokokoro"
],
deps
=
[
deps
=
[
":remote_stacks"
,
":remote_stacks"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_absl//absl/types:span"
,
"@com_google_absl//absl/types:span"
,
"@pybind11_abseil//pybind11_abseil:absl_casters"
,
"@pybind11_abseil//pybind11_abseil:absl_casters"
,
"@pybind11_abseil//pybind11_abseil:status_casters"
,
"@pybind11_abseil//pybind11_abseil:status_casters"
,
...
@@ -70,7 +70,7 @@ cc_library(
...
@@ -70,7 +70,7 @@ cc_library(
"//tensorflow_federated/cc/core/impl/executors:remote_executor"
,
"//tensorflow_federated/cc/core/impl/executors:remote_executor"
,
"//tensorflow_federated/cc/core/impl/executors:tensorflow_executor"
,
"//tensorflow_federated/cc/core/impl/executors:tensorflow_executor"
,
"//tensorflow_federated/cc/core/impl/executors:threading"
,
"//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/status"
,
"@com_google_absl//absl/strings"
,
"@com_google_absl//absl/strings"
,
"@com_google_absl//absl/time"
,
"@com_google_absl//absl/time"
,
...
@@ -87,7 +87,7 @@ cc_test(
...
@@ -87,7 +87,7 @@ cc_test(
"//tensorflow_federated/cc/core/impl/executors:executor"
,
"//tensorflow_federated/cc/core/impl/executors:executor"
,
"//tensorflow_federated/cc/core/impl/executors:mock_executor"
,
"//tensorflow_federated/cc/core/impl/executors:mock_executor"
,
"//tensorflow_federated/cc/core/impl/executors:tensorflow_executor"
,
"//tensorflow_federated/cc/core/impl/executors:tensorflow_executor"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_googletest//:gtest_main"
,
"@com_google_googletest//:gtest_main"
,
],
],
)
)
tensorflow_federated/cc/core/impl/executors/BUILD
浏览文件 @
cdb6a3cb
...
@@ -84,7 +84,7 @@ pybind_extension(
...
@@ -84,7 +84,7 @@ pybind_extension(
":tensorflow_executor"
,
":tensorflow_executor"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_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:absl_casters"
,
"@pybind11_abseil//pybind11_abseil:status_casters"
,
"@pybind11_abseil//pybind11_abseil:status_casters"
,
"@pybind11_protobuf//pybind11_protobuf:proto_casters"
,
"@pybind11_protobuf//pybind11_protobuf:proto_casters"
,
...
@@ -122,7 +122,7 @@ cc_library(
...
@@ -122,7 +122,7 @@ cc_library(
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_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/container:flat_hash_map"
,
"@com_google_absl//absl/status"
,
"@com_google_absl//absl/status"
,
"@com_google_absl//absl/status:statusor"
,
"@com_google_absl//absl/status:statusor"
,
...
@@ -142,7 +142,7 @@ cc_test(
...
@@ -142,7 +142,7 @@ cc_test(
":value_test_utils"
,
":value_test_utils"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_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/container:flat_hash_map"
,
"@com_google_absl//absl/status"
,
"@com_google_absl//absl/status"
,
"@com_google_googletest//:gtest_main"
,
"@com_google_googletest//:gtest_main"
,
...
@@ -224,7 +224,7 @@ cc_library(
...
@@ -224,7 +224,7 @@ cc_library(
deps
=
[
deps
=
[
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_proto"
,
"
//third_party/
grpc:grpc++"
,
"
@com_github_grpc_
grpc
//
:grpc++"
,
"@com_google_googletest//:gtest"
,
"@com_google_googletest//:gtest"
,
],
],
)
)
...
@@ -282,7 +282,7 @@ cc_library(
...
@@ -282,7 +282,7 @@ cc_library(
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_grpc_proto"
,
"//tensorflow_federated/proto/v0:executor_cc_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/status"
,
"@com_google_absl//absl/synchronization"
,
"@com_google_absl//absl/synchronization"
,
],
],
...
...
编辑
预览
Supports
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录