Skip to content

No public description #1407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tensorflow_text/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Placeholder: load py_library
# Placeholder: load py_test
load("@org_tensorflow//tensorflow/lite:build_def.bzl", "tflite_cc_shared_object")
load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
load("//tensorflow_text:tftext.bzl", "extra_py_deps", "py_tf_text_library")
# [internal] load build_test.bzl

Expand Down
2 changes: 2 additions & 0 deletions tensorflow_text/core/kernels/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""Kernels for tf.text ops."""

load("@flatbuffers//:build_defs.bzl", "flatbuffer_cc_library")
load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test")

# Placeholder: load proto_library
load("//tensorflow_text:tftext.bzl", "tf_cc_library", "tflite_cc_library")
Expand Down
2 changes: 2 additions & 0 deletions tensorflow_text/core/kernels/sentencepiece/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#

load("@flatbuffers//:build_defs.bzl", "flatbuffer_cc_library")
load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test")
load("//tensorflow_text:tftext.bzl", "tf_cc_library", "tflite_cc_library")

licenses(["notice"])
Expand Down
2 changes: 2 additions & 0 deletions tensorflow_text/core/ops/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tests for op kernel shape functions

load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test")

licenses(["notice"])

package(default_visibility = ["//visibility:private"])
Expand Down
2 changes: 2 additions & 0 deletions third_party/darts_clone/BUILD.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Darts-clone is a clone of Darts (Double-ARray Trie System)."""

load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")

package(default_visibility = ["//visibility:public"])

licenses(["notice"])
Expand Down
2 changes: 2 additions & 0 deletions third_party/icu/BUILD.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Builds ICU library."""

load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")

package(
default_visibility = ["//visibility:public"],
)
Expand Down
2 changes: 2 additions & 0 deletions third_party/icu/data/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""ICU data build."""

load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")

licenses(["notice"]) # Apache 2.0

package(
Expand Down
2 changes: 2 additions & 0 deletions third_party/pybind11/BUILD.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
BUILD file for pybind11 package, since the github version does not have one.
"""

load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")

package(default_visibility = ["//visibility:public"])

cc_library(
Expand Down