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:
A. Unique TensorFlower 2019-05-13 07:18:52 -07:00 committed by TensorFlower Gardener
parent a58fd289ab
commit a2437ddfe3
16 changed files with 16 additions and 0 deletions
tensorflow
c/eager
contrib
boosted_trees
BUILD
estimator_batch
lib
cudnn_rnn
eager/python/examples
gan
core/kernels
boosted_trees/quantiles
data/experimental
lite
experimental/tensorboard
java/ovic/src/testdata
tools/benchmark/android
python/keras
BUILD
distribute
tools
build_info
git

View File

@ -1,4 +1,5 @@
# Experimental extensions to the C API for eager execution of kernels.
licenses(["notice"]) # Apache 2.0
load(

View File

@ -1,4 +1,5 @@
# TensorFlow code for training gradient boosted trees.
licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])

View File

@ -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"])

View File

@ -1,5 +1,6 @@
# Description:
# This directory contains common utilities used in boosted_trees.
licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])

View File

@ -1,6 +1,7 @@
# Description:
# A Cudnn RNN wrapper.
# APIs are meant to change over time.
package(
default_visibility = ["//visibility:private"],
)

View File

@ -1,4 +1,5 @@
# TensorFlow code for training gradient boosted trees.
licenses(["notice"]) # Apache 2.0
package(default_visibility = ["//tensorflow:internal"])

View File

@ -1,4 +1,5 @@
# Files for using TF-GAN framework.
load("//tensorflow:tensorflow.bzl", "py_test")
package(default_visibility = [

View File

@ -1,5 +1,6 @@
# Description:
# This directory contains common quantile utilities used in boosted_trees.
package(
default_visibility = ["//tensorflow:internal"],
)

View File

@ -1,5 +1,6 @@
# Description:
# Contains experimental kernels for datasets and iterators.
package(default_visibility = ["//tensorflow:internal"])
licenses(["notice"]) # Apache 2.0

View File

@ -1,4 +1,5 @@
# TFLite modules to support TensorBoard plugin.
package(default_visibility = ["//tensorflow:internal"])
licenses(["notice"]) # Apache 2.0

View File

@ -1,4 +1,5 @@
# Testdata for OVIC benchmarker demo App and tests.
licenses(["notice"]) # Apache 2.0
filegroup(

View File

@ -1,5 +1,6 @@
# Description:
# BenchmarkModel Android harness for TensorFlow Lite benchmarks.
package(default_visibility = ["//visibility:private"])
licenses(["notice"]) # Apache 2.0

View File

@ -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")

View File

@ -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")

View File

@ -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

View File

@ -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