Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 552868363
  • Loading branch information
rickeylev authored and tensorflower-gardener committed Aug 1, 2023
1 parent 82b5609 commit 4733c85
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load py_test
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library", "py_strict_test")

package(default_visibility = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load py_test
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library")

package(default_visibility = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load py_test
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library")

package(default_visibility = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Placeholder: load py_library
# Placeholder: load py_test
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library", "py_strict_test")

package(default_visibility = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Placeholder: load py_library
# Placeholder: load py_test
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library", "py_strict_test")

package(default_visibility = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load py_test
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library", "py_strict_test")

package(default_visibility = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Placeholder: load py_test
# Placeholder: load py_binary
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library")

package(default_visibility = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Placeholder: load py_binary
load("//tensorflow_model_optimization:tensorflow_model_optimization.bzl", "py_strict_library")

package(
Expand Down

0 comments on commit 4733c85

Please sign in to comment.