internal change
PiperOrigin-RevId: 168225993
This commit is contained in:
parent
da3280f4d9
commit
b72862dfc5
@ -290,6 +290,7 @@ filegroup(
|
||||
"//tensorflow/contrib/framework:all_files",
|
||||
"//tensorflow/contrib/fused_conv:all_files",
|
||||
"//tensorflow/contrib/gan:all_files",
|
||||
"//tensorflow/contrib/gdr:all_files",
|
||||
"//tensorflow/contrib/graph_editor:all_files",
|
||||
"//tensorflow/contrib/grid_rnn:all_files",
|
||||
"//tensorflow/contrib/hooks:all_files",
|
||||
@ -351,6 +352,7 @@ filegroup(
|
||||
"//tensorflow/contrib/timeseries/python/timeseries:all_files",
|
||||
"//tensorflow/contrib/timeseries/python/timeseries/state_space_models:all_files",
|
||||
"//tensorflow/contrib/tpu:all_files",
|
||||
"//tensorflow/contrib/tpu/profiler:all_files",
|
||||
"//tensorflow/contrib/training:all_files",
|
||||
"//tensorflow/contrib/util:all_files",
|
||||
"//tensorflow/contrib/verbs:all_files",
|
||||
|
@ -4,6 +4,18 @@ load("//tensorflow/core:platform/default/build_config.bzl", "tf_proto_library")
|
||||
load("//tensorflow/core:platform/default/build_config.bzl", "tf_proto_library_cc")
|
||||
load("//tensorflow/core:platform/default/build_config.bzl", "tf_additional_all_protos")
|
||||
|
||||
filegroup(
|
||||
name = "all_files",
|
||||
srcs = glob(
|
||||
["**/*"],
|
||||
exclude = [
|
||||
"**/METADATA",
|
||||
"**/OWNERS",
|
||||
],
|
||||
),
|
||||
visibility = ["//tensorflow:__subpackages__"],
|
||||
)
|
||||
|
||||
tf_proto_library_cc(
|
||||
name = "tpu_profiler_proto",
|
||||
srcs = ["tpu_profiler.proto"],
|
||||
|
Loading…
Reference in New Issue
Block a user