Skip to content

Commit 98a508e

Browse files
committed
Internal Code Change
PiperOrigin-RevId: 552993127
1 parent 6ed3173 commit 98a508e

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

struct2tensor/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# Prensors provide a way to parse protocol buffers and other structured data in tensorflow
1616
# simply and efficiently.
1717

18+
# Placeholder: load py_test
19+
1820
load("//struct2tensor:struct2tensor.bzl", "s2t_pytype_library")
1921

2022
package(

struct2tensor/benchmarks/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# Placeholder: load py_proto_library
16+
# Placeholder: load py_library
17+
# Placeholder: load py_test
18+
# Placeholder: load py_binary
1519
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
1620

1721
licenses(["notice"])

struct2tensor/ops/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Placeholder: load py_test
12
load("//struct2tensor:struct2tensor.bzl", "s2t_dynamic_binary", "s2t_dynamic_library", "s2t_gen_op_wrapper_py", "s2t_pytype_library")
23

34
# TODO(martinz): Add back integration_with_servo_test.

struct2tensor/tools/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Placeholder: load py_library
2+
# Placeholder: load py_test
3+
# Placeholder: load py_binary
4+
15
# Copyright 2020 Google LLC
26
#
37
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)