File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
multi_representation_adversary Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ limitations under the License.
1515
1616#include " research/carls/dynamic_embedding_manager.h"
1717
18- #include " grpcpp/create_channel.h" // net
1918// Placeholder for internal channel credential // net
20- #include " grpcpp/security/credentials.h" // net
2119#include " grpcpp/support/time.h" // net
2220#include " absl/flags/flag.h"
2321#include " absl/status/status.h"
2422#include " absl/time/time.h"
2523#include " grpc/impl/codegen/gpr_types.h"
24+ #include " grpcpp/create_channel.h" // third_party
2625#include " grpcpp/impl/codegen/client_context.h" // third_party
26+ #include " grpcpp/security/credentials.h" // third_party
2727#include " research/carls/base/status_helper.h"
2828#include " research/carls/memory_store/gaussian_memory_config.pb.h" // proto to pb
2929
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ limitations under the License.
1717
1818#include < thread> // NOLINT
1919
20- #include " grpcpp/create_channel.h" // net
2120// Placeholder for internal channel credential // net
22- #include " grpcpp/security/credentials.h" // net
2321#include " gmock/gmock.h"
2422#include " gtest/gtest.h"
23+ #include " grpcpp/create_channel.h" // third_party
24+ #include " grpcpp/security/credentials.h" // third_party
2525
2626namespace carls {
2727
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ git+git://github.com/cleverhans-lab/cleverhans@v3.1.0
33gin-config
44neural-structured-learning >= 1.3.0
55numpy ~= 1.19.2
6- tensorflow ~= 2.6.0
6+ tensorflow ~= 2.4.1
77tensorflow-addons
88tensorflow-datasets >= 4.0.0
Original file line number Diff line number Diff line change 11absl-py
22numpy
3- tensorflow-gpu == 2.5.1
3+ tensorflow-gpu == 2.4.0
You can’t perform that action at this time.
0 commit comments