There was an error while loading. Please reload this page.
1 parent 3706610 commit daf7d74Copy full SHA for daf7d74
tensorflow_fold/blocks/examples/BUILD
@@ -0,0 +1,18 @@
1
+package(
2
+ default_visibility = [
3
+ "//tensorflow_fold/blocks/examples:__subpackages__",
4
+ ],
5
+)
6
+
7
+load("//tensorflow_fold:fold.bzl", "fold_py_binary")
8
9
+fold_py_binary(
10
+ name = "plan",
11
+ srcs = ["plan.py"],
12
+ deps = [
13
+ "//tensorflow_fold/blocks:util",
14
+ # numpy",
15
+ "@org_tensorflow//tensorflow:tensorflow_py",
16
+ "@org_tensorflow//tensorflow/python/debug:debug_py",
17
18
0 commit comments