Ai
1 Star 1 Fork 0

tensorflows/tensorflow

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
astor.BUILD 541 Bytes
Copy Edit Raw Blame History
Eunji Jeong authored 2018-01-15 18:28 +08:00 . Fix broken python3 build
# Description:
# AST round-trip manipulation for Python.
licenses(["notice"]) # New BSD
exports_files(["LICENSE"])
py_library(
name = "astor",
srcs = [
"astor/__init__.py",
"astor/code_gen.py",
"astor/codegen.py",
"astor/file_util.py",
"astor/node_util.py",
"astor/op_util.py",
"astor/rtrip.py",
"astor/source_repr.py",
"astor/string_repr.py",
"astor/tree_walk.py",
],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tensorflows/tensorflow.git
git@gitee.com:tensorflows/tensorflow.git
tensorflows
tensorflow
tensorflow
master

Search