From 6a9d6a32c923ab1989652785ae2e1303885ad025 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 30 Aug 2019 17:35:45 -0700 Subject: [PATCH] Add support to TPU automatic profiler. PiperOrigin-RevId: 266487460 --- tensorflow/core/profiler/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/profiler/BUILD b/tensorflow/core/profiler/BUILD index 73b938eb639..b4ba7bc532a 100644 --- a/tensorflow/core/profiler/BUILD +++ b/tensorflow/core/profiler/BUILD @@ -1,6 +1,6 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_binary") load("//tensorflow/core/platform:default/build_config.bzl", "tf_additional_all_protos", "tf_proto_library") -# Placeholder for Google-internal load statements. +# Placeholder for Google-internal load statements - 2. package( default_visibility = ["//visibility:public"],