Skip to content

Commit be54b31

Browse files
Neural-Link Teamtensorflow-copybara
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 861972227
1 parent 920a9e2 commit be54b31

12 files changed

Lines changed: 21 additions & 12 deletions

File tree

neural_structured_learning/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Build rules for TensorFlow Neural Structured Learning.
1717

1818
# Internal annotation for sync
19-
# Placeholder for internal Python strict compatibility macro.
19+
# Placeholder for loading py_library
2020
load("@rules_license//rules:license.bzl", "license")
2121

2222
package(

neural_structured_learning/configs/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Description:
1616
# Build rules for config libraries in Neural Structured Learning.
1717

18-
# Placeholder for internal Python strict compatibility macro.
18+
# Placeholder for loading py_library
1919

2020
package(
2121
default_applicable_licenses = ["//neural_structured_learning:license"],

neural_structured_learning/estimator/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# Description:
1616
# Build rules for Estimator APIs in Neural Structured Learning.
1717

18-
# Placeholder for internal Python strict & test compatibility macro.
18+
# Placeholder for internal Python strict test compatibility macro.
19+
# Placeholder for loading py_library
1920

2021
package(
2122
default_applicable_licenses = ["//neural_structured_learning:license"],

neural_structured_learning/experimental/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# TODO(ppham27): describe this package.
2-
# Placeholder for internal Python strict compatibility macro.
2+
3+
# Placeholder for loading py_library
34

45
package(
56
default_applicable_licenses = ["//neural_structured_learning:license"],

neural_structured_learning/keras/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Placeholder for internal Python strict & test compatibility macro.
15+
# Placeholder for internal Python strict test compatibility macro.
16+
# Placeholder for loading py_library
1617

1718
# Description:
1819
# Build rules for Keras APIs in Neural Structured Learning.

neural_structured_learning/keras/layers/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Placeholder for internal Python strict & test compatibility macro.
15+
# Placeholder for internal Python strict test compatibility macro.
16+
# Placeholder for loading py_library
1617

1718
# Description:
1819
# Build rules for custom Keras layers in Neural Structured Learning.

neural_structured_learning/lib/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Placeholder for internal Python strict & test compatibility macro.
15+
# Placeholder for internal Python strict test compatibility macro.
16+
# Placeholder for loading py_library
1617

1718
# Description:
1819
# Build rules for libraries and ops in Neural Structured Learning.

neural_structured_learning/tools/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Placeholder for internal Python strict & test compatibility macro.
15+
# Placeholder for internal Python strict test compatibility macro.
1616
# Placeholder for loading py_binary
17+
# Placeholder for loading py_library
1718

1819
# Description:
1920
# Build rules for tools in Neural Structured Learning.

research/neural_clustering/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Placeholder for internal Python strict compatibility macro.
15+
# Placeholder for loading py_library
1616

1717
# Description:
1818
# Build rules for Neural Clustering.

research/neural_clustering/data_generators/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Placeholder for internal Python strict & test compatibility macro.
15+
# Placeholder for internal Python strict test compatibility macro.
16+
# Placeholder for loading py_library
1617

1718
# Description:
1819
# Build rules for data modules in Neural Clustering.

0 commit comments

Comments
 (0)