Add empty line after package description so buildozer does not misclassify it as a comment to the following macro.
PiperOrigin-RevId: 247929397
This commit is contained in:
parent
a58fd289ab
commit
a2437ddfe3
tensorflow
c/eager
contrib
core/kernels
lite
python/keras
tools
@ -1,4 +1,5 @@
|
||||
# Experimental extensions to the C API for eager execution of kernels.
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load(
|
||||
|
@ -1,4 +1,5 @@
|
||||
# TensorFlow code for training gradient boosted trees.
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
@ -1,5 +1,6 @@
|
||||
# This directory contains estimators to train and run inference on
|
||||
# gradient boosted trees on top of TensorFlow.
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Description:
|
||||
# This directory contains common utilities used in boosted_trees.
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Description:
|
||||
# A Cudnn RNN wrapper.
|
||||
# APIs are meant to change over time.
|
||||
|
||||
package(
|
||||
default_visibility = ["//visibility:private"],
|
||||
)
|
||||
|
@ -1,4 +1,5 @@
|
||||
# TensorFlow code for training gradient boosted trees.
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
package(default_visibility = ["//tensorflow:internal"])
|
||||
|
@ -1,4 +1,5 @@
|
||||
# Files for using TF-GAN framework.
|
||||
|
||||
load("//tensorflow:tensorflow.bzl", "py_test")
|
||||
|
||||
package(default_visibility = [
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Description:
|
||||
# This directory contains common quantile utilities used in boosted_trees.
|
||||
|
||||
package(
|
||||
default_visibility = ["//tensorflow:internal"],
|
||||
)
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Description:
|
||||
# Contains experimental kernels for datasets and iterators.
|
||||
|
||||
package(default_visibility = ["//tensorflow:internal"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
@ -1,4 +1,5 @@
|
||||
# TFLite modules to support TensorBoard plugin.
|
||||
|
||||
package(default_visibility = ["//tensorflow:internal"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
1
tensorflow/lite/java/ovic/src/testdata/BUILD
vendored
1
tensorflow/lite/java/ovic/src/testdata/BUILD
vendored
@ -1,4 +1,5 @@
|
||||
# Testdata for OVIC benchmarker demo App and tests.
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
filegroup(
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Description:
|
||||
# BenchmarkModel Android harness for TensorFlow Lite benchmarks.
|
||||
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Description:
|
||||
# Contains the Keras API (internal TensorFlow version).
|
||||
|
||||
load("//tensorflow:tensorflow.bzl", "tf_py_test")
|
||||
load("//tensorflow:tensorflow.bzl", "cuda_py_test")
|
||||
load("//tensorflow/core:platform/default/distribute.bzl", "distribute_py_test")
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Description:
|
||||
# keras/distribute package is intended to serve as the centralized place for things
|
||||
# related to dist-strat used by Keras..
|
||||
|
||||
load("//tensorflow/core:platform/default/distribute.bzl", "distribute_py_test")
|
||||
load("//tensorflow:tensorflow.bzl", "cuda_py_test")
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Description:
|
||||
# Contains script to generate tensorflow/python/platform/build_info.py
|
||||
|
||||
package(default_visibility = ["//tensorflow:internal"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Contains script to generate tensorflow/core/util/version_info.cc
|
||||
# Also contains information about git repository deposited by configure
|
||||
# in gen/...
|
||||
|
||||
package(default_visibility = ["//tensorflow:internal"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
Loading…
Reference in New Issue
Block a user