Skip to content

Commit 9926e78

Browse files
BUILD cleanup
PiperOrigin-RevId: 334680830
1 parent 0f6dd5a commit 9926e78

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

tensorflow_model_optimization/python/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package(default_visibility = ["//visibility:public"])
22

33
licenses(["notice"]) # Apache 2.0
44

5-
exports_files(["LICENSE"])
6-
75
py_library(
86
name = "python",
97
srcs = ["__init__.py"],

tensorflow_model_optimization/python/core/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package(default_visibility = ["//visibility:public"])
22

33
licenses(["notice"]) # Apache 2.0
44

5-
exports_files(["LICENSE"])
6-
75
py_library(
86
name = "core",
97
srcs = ["__init__.py"],

tensorflow_model_optimization/python/core/api/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package(default_visibility = ["//visibility:public"])
22

33
licenses(["notice"]) # Apache 2.0
44

5-
exports_files(["LICENSE"])
6-
75
py_library(
86
name = "api",
97
srcs = [

tensorflow_model_optimization/python/core/clustering/keras/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ package(default_visibility = [
44

55
licenses(["notice"]) # Apache 2.0
66

7-
exports_files(["LICENSE"])
8-
97
py_library(
108
name = "keras",
119
srcs = [

tensorflow_model_optimization/python/core/keras/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ package(default_visibility = [
44

55
licenses(["notice"]) # Apache 2.0
66

7-
exports_files(["LICENSE"])
8-
97
py_library(
108
name = "keras",
119
srcs = ["__init__.py"],

tensorflow_model_optimization/python/core/keras/testing/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ package(default_visibility = [
44

55
licenses(["notice"]) # Apache 2.0
66

7-
exports_files(["LICENSE"])
8-
97
py_library(
108
name = "test_utils_mnist",
119
testonly = 1,

tensorflow_model_optimization/python/core/sparsity/keras/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ package(default_visibility = [
44

55
licenses(["notice"]) # Apache 2.0
66

7-
exports_files(["LICENSE"])
8-
97
py_library(
108
name = "keras",
119
srcs = [

0 commit comments

Comments
 (0)