File tree Expand file tree Collapse file tree 8 files changed +15
-0
lines changed Expand file tree Collapse file tree 8 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Placeholder: load py_library
2
2
# Placeholder: load py_test
3
3
load ("@org_tensorflow//tensorflow/lite:build_def.bzl" , "tflite_cc_shared_object" )
4
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
4
5
load ("//tensorflow_text:tftext.bzl" , "extra_py_deps" , "py_tf_text_library" )
5
6
# [internal] load build_test.bzl
6
7
Original file line number Diff line number Diff line change 1
1
"""Kernels for tf.text ops."""
2
2
3
3
load ("@flatbuffers//:build_defs.bzl" , "flatbuffer_cc_library" )
4
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
5
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl" , "cc_test" )
4
6
5
7
# Placeholder: load proto_library
6
8
load ("//tensorflow_text:tftext.bzl" , "tf_cc_library" , "tflite_cc_library" )
Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
load ("@flatbuffers//:build_defs.bzl" , "flatbuffer_cc_library" )
5
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
6
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl" , "cc_test" )
5
7
load ("//tensorflow_text:tftext.bzl" , "tf_cc_library" , "tflite_cc_library" )
6
8
7
9
licenses (["notice" ])
Original file line number Diff line number Diff line change 1
1
# Tests for op kernel shape functions
2
2
3
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl" , "cc_test" )
4
+
3
5
licenses (["notice" ])
4
6
5
7
package (default_visibility = ["//visibility:private" ])
Original file line number Diff line number Diff line change 1
1
"""Darts-clone is a clone of Darts (Double-ARray Trie System)."""
2
2
3
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
4
+
3
5
package (default_visibility = ["//visibility:public" ])
4
6
5
7
licenses (["notice" ])
Original file line number Diff line number Diff line change 1
1
"""Builds ICU library."""
2
2
3
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
4
+
3
5
package (
4
6
default_visibility = ["//visibility:public" ],
5
7
)
Original file line number Diff line number Diff line change 1
1
"""ICU data build."""
2
2
3
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
4
+
3
5
licenses (["notice" ]) # Apache 2.0
4
6
5
7
package (
Original file line number Diff line number Diff line change 2
2
BUILD file for pybind11 package, since the github version does not have one.
3
3
"""
4
4
5
+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
6
+
5
7
package (default_visibility = ["//visibility:public" ])
6
8
7
9
cc_library (
You can’t perform that action at this time.
0 commit comments