Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 616621754
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Mar 17, 2024
1 parent 90331a1 commit 8bcf395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
7 changes: 1 addition & 6 deletions tensorflow_gnn/models/gcn/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ package(
default_visibility = [":__subpackages__"],
)

package_group(
name = "users",
packages = [
"//third_party/google_research/google_research/ugsl/...",
],
)
package_group(name = "users")

pytype_strict_library(
name = "gcn",
Expand Down
13 changes: 3 additions & 10 deletions tensorflow_gnn/models/mt_albis/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ package(
default_visibility = [":__subpackages__"],
)

package_group(name = "users")

# This is the public BUILD target for users of this model.
pytype_strict_library(
name = "mt_albis",
srcs = ["__init__.py"],
srcs_version = "PY3",
visibility = [
":__subpackages__",
":users",
],
visibility = ["//visibility:public"],
deps = [
":config_dict",
":layers",
Expand All @@ -29,10 +25,7 @@ pytype_strict_library(
pytype_strict_library(
name = "hparams_vizier",
srcs = ["hparams_vizier.py"],
visibility = [
":__subpackages__",
":users",
],
visibility = ["//visibility:public"],
deps = [
"//:expect_vizier_service_pyvizier_installed",
],
Expand Down

0 comments on commit 8bcf395

Please sign in to comment.