Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553581508
  • Loading branch information
rickeylev authored and Copybara-Service committed Aug 3, 2023
1 parent 003869e commit 1ad1c3f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_docs/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary")

# Copyright 2019 The TensorFlow Hub Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions examples/half_plus_two/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary", "py_test")

package(default_applicable_licenses = ["//tensorflow_hub:license"])

# Copyright 2018 The TensorFlow Hub Authors. All Rights Reserved.
Expand Down
2 changes: 2 additions & 0 deletions examples/image_retraining/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Description:
# Transfer learning example for TensorFlow.

load("@rules_python//python:defs.bzl", "py_binary")

package(default_applicable_licenses = ["//tensorflow_hub:license"])

licenses(["notice"])
Expand Down
2 changes: 2 additions & 0 deletions examples/text_embeddings/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")

package(default_applicable_licenses = ["//tensorflow_hub:license"])

# Copyright 2018 The TensorFlow Hub Authors. All Rights Reserved.
Expand Down
2 changes: 2 additions & 0 deletions examples/text_embeddings_v2/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")

package(default_applicable_licenses = ["//tensorflow_hub:license"])

# Copyright 2019 The TensorFlow Hub Authors. All Rights Reserved.
Expand Down
1 change: 1 addition & 0 deletions tensorflow_hub/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@rules_python//python:defs.bzl", "py_library", "py_test")
load("@rules_license//rules:license.bzl", "license")

package(
Expand Down

0 comments on commit 1ad1c3f

Please sign in to comment.