Skip to content

Commit 0dc891b

Browse files
yaoyirantf-text-github-robot
authored andcommitted
Internal change
PiperOrigin-RevId: 838483174
1 parent afdd8f2 commit 0dc891b

314 files changed

Lines changed: 315 additions & 314 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

oss_scripts/build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2025 TF.Text Authors.
2+
# Copyright 2026 TF.Text Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

oss_scripts/pip_package/build_pip_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2025 TF.Text Authors.
2+
# Copyright 2026 TF.Text Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

oss_scripts/pip_package/setup.nightly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2025 TF.Text Authors.
2+
# Copyright 2026 TF.Text Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

oss_scripts/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2025 TF.Text Authors.
2+
# Copyright 2026 TF.Text Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

oss_scripts/pip_package/tensorflow_build_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2025 TF.Text Authors.
2+
# Copyright 2026 TF.Text Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

tensorflow_text/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding=utf-8
2-
# Copyright 2025 TF.Text Authors.
2+
# Copyright 2026 TF.Text Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@
3333
"FastSentencepieceTokenizer",
3434
"FastWordpieceTokenizer",
3535
"FirstNItemSelector",
36+
"item_selector_ops",
3637
"HubModuleSplitter",
3738
"HubModuleTokenizer",
3839
"LastNItemSelector",

tensorflow_text/core/kernels/boise_offset_converter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 TF.Text Authors.
1+
// Copyright 2026 TF.Text Authors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

tensorflow_text/core/kernels/boise_offset_converter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 TF.Text Authors.
1+
// Copyright 2026 TF.Text Authors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

tensorflow_text/core/kernels/boise_offset_converter_kernel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 TF.Text Authors.
1+
// Copyright 2026 TF.Text Authors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

tensorflow_text/core/kernels/boise_offset_converter_kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 TF.Text Authors.
1+
// Copyright 2026 TF.Text Authors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)