Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633564193
  • Loading branch information
lukesandberg authored and mn-robot committed May 14, 2024
1 parent e575a05 commit 812c626
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/slim/BUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Description:
# Contains files for loading, training and evaluating TF-Slim-based models.

load("//third_party/bazel_rules/rules_python/python:py_binary.bzl", "py_binary")
load("//third_party/bazel_rules/rules_python/python:py_library.bzl", "py_library")
load("//third_party/bazel_rules/rules_python/python:py_test.bzl", "py_test")
load("//third_party/bazel_rules/rules_python/python:py_binary.bzl", "py_binary")

package(
default_applicable_licenses = ["//third_party/py/morph_net:license"],
Expand Down
4 changes: 2 additions & 2 deletions morph_net/framework/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("//devtools/python/blaze:pytype.bzl", "pytype_library")
load("//devtools/python/blaze:strict.bzl", "py_strict_test")
load("//third_party/bazel_rules/rules_python/python:py_library.bzl", "py_library")
load("//third_party/bazel_rules/rules_python/python:py_test.bzl", "py_test")
load("//devtools/python/blaze:strict.bzl", "py_strict_test")
load("//devtools/python/blaze:pytype.bzl", "pytype_library")

package(
default_applicable_licenses = ["//third_party/py/morph_net:license"],
Expand Down
2 changes: 1 addition & 1 deletion morph_net/network_regularizers/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//third_party/bazel_rules/rules_python/python:py_test.bzl", "py_test")
load("//devtools/python/blaze:pytype.bzl", "pytype_library")
load("//third_party/bazel_rules/rules_python/python:py_test.bzl", "py_test")

package(
default_applicable_licenses = ["//third_party/py/morph_net:license"],
Expand Down
2 changes: 1 addition & 1 deletion morph_net/tools/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("//devtools/python/blaze:pytype.bzl", "pytype_library")
load("//third_party/bazel_rules/rules_python/python:py_library.bzl", "py_library")
load("//third_party/bazel_rules/rules_python/python:py_test.bzl", "py_test")
load("//devtools/python/blaze:pytype.bzl", "pytype_library")

package(
default_applicable_licenses = ["//third_party/py/morph_net:license"],
Expand Down

0 comments on commit 812c626

Please sign in to comment.