We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31812c commit 573c6b2Copy full SHA for 573c6b2
tensorflow_gnn/BUILD
@@ -46,3 +46,8 @@ pytype_strict_library(
46
srcs_version = "PY3",
47
visibility = ["//visibility:private"],
48
)
49
+
50
+filegroup(
51
+ name = "files",
52
+ srcs = glob(["**"]),
53
+)
0 commit comments