Ai
1 Star 1 Fork 0

tensorflows/tensorflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
backports_weakref.BUILD 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
Justine Tunney 提交于 2017-06-15 10:08 +08:00 . Add backports.weakref to Bazel build
# Description:
# Backport of new features in Python's weakref module.
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Python 2.0
py_library(
name = "org_python_pypi_backports_weakref",
srcs = [
"backports/__init__.py",
"backports/weakref.py",
],
srcs_version = "PY2AND3",
)
genrule(
name = "license",
srcs = ["@org_python_license"],
outs = ["LICENSE"],
cmd = "cp $< $@",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tensorflows/tensorflow.git
git@gitee.com:tensorflows/tensorflow.git
tensorflows
tensorflow
tensorflow
master

搜索帮助