1 Star 0 Fork 0

shzgamelife/federated_google_research

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.bazelrc 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zheng Xu 提交于 2020-08-05 07:09 +08:00 . internal
# TensorFlow Federated Bazel configuration.
#
# See https://docs.bazel.build/versions/master/user-manual.html#config for
# details on the various configuration options.
# Build with optimization enabled.
build --compilation_mode=opt
# Enable fast C++ protocol buffers, 10x speedup over pure Python.
build --define use_fast_cpp_protos=true
# Processor native optimizations (depends on build host capabilities).
build --copt=-march=native
build --host_copt=-march=native
build --copt=-O3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shzgamelife/federated_google_research.git
[email protected]:shzgamelife/federated_google_research.git
shzgamelife
federated_google_research
federated_google_research
master

搜索帮助