2 Star 6 Fork 7

mirrors_Qihoo360/tensornet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.bazelrc 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiangxinglei 提交于 2024-06-03 19:06 . add python version
build:linux --cxxopt=-std=c++14
build:linux --host_cxxopt=-std=c++14
build:macos --cxxopt=-std=c++14
build:macos --host_cxxopt=-std=c++14
build:windows --cxxopt=/std:c++14
build:windows --host_cxxopt=/std:c++14
build --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"
build --cxxopt=-std=c++14
build --apple_platform_type=macos
build --enable_platform_specific_config
build --define open_source_build=true
build:opt --cxxopt=-Ofast
build:opt --cxxopt=-march=native
# need by tensorflow
common --experimental_repo_remote_exec
# Run the configure_bazel.py script to generate.
try-import %workspace%/configured.bazelrc
# The user.bazelrc file is not checked in but available for local mods.
# Always keep this at the end of the file so that user flags override.
try-import %workspace%/user.bazelrc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mirrors_Qihoo360/tensornet.git
git@gitee.com:mirrors_Qihoo360/tensornet.git
mirrors_Qihoo360
tensornet
tensornet
master

搜索帮助