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 f798366
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions tensorflow_gnn/models/mt_albis/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ package(
default_visibility = [":__subpackages__"],
)

package_group(name = "users")
package_group(
name = "users",
includes = [
"public",
],
)

# 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,20 +32,14 @@ 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",
],
)

exports_files(
srcs = ["hparams_vizier.py"],
visibility = [
":__subpackages__",
],
)

# =============================================================================
Expand Down

0 comments on commit f798366

Please sign in to comment.