Skip to content
GitLab
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
648bb690
Commit
648bb690
authored
Nov 29, 2022
by
Michael Reneer
Committed by
tensorflow-copybara
Nov 29, 2022
Browse files
Remove unused imports.
PiperOrigin-RevId: 491691298
parent
0264e58d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tensorflow_federated/examples/custom_data_backend/BUILD
View file @
648bb690
...
...
@@ -7,9 +7,6 @@ cc_library(
name
=
"data_backend_example_cc"
,
srcs
=
[
"data_backend_example.cc"
],
hdrs
=
[
"data_backend_example.h"
],
tags
=
[
"nokokoro"
,
# b/193543632: C++ execution is not fully supported in OSS.
],
deps
=
[
"//tensorflow_federated/cc/core/impl/executors:data_backend"
,
"//tensorflow_federated/proto/v0:computation_cc_proto"
,
...
...
@@ -23,9 +20,6 @@ cc_library(
pybind_extension
(
name
=
"data_backend_example_bindings"
,
srcs
=
[
"data_backend_example_bindings.cc"
],
tags
=
[
"nokokoro"
,
# b/193543632: C++ execution is not fully supported in OSS.
],
deps
=
[
":data_backend_example_cc"
,
"//tensorflow_federated/cc/core/impl/executors:data_backend"
,
...
...
@@ -44,9 +38,6 @@ py_library(
name
=
"data_backend_example_py"
,
srcs
=
[
"data_backend_example.py"
],
srcs_version
=
"PY3"
,
tags
=
[
"nokokoro"
,
# b/193543632: C++ execution is not fully supported in OSS.
],
deps
=
[
":data_backend_example_bindings"
,
"//tensorflow_federated"
,
...
...
@@ -60,9 +51,6 @@ py_test(
data
=
[
"@pybind11_abseil//pybind11_abseil:status.so"
],
python_version
=
"PY3"
,
srcs_version
=
"PY3"
,
tags
=
[
"nokokoro"
,
# b/193543632: C++ execution is not fully supported in OSS.
],
deps
=
[
":data_backend_example_py"
,
"//tensorflow_federated"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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