Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628791437
  • Loading branch information
tensorflower-gardener committed Apr 28, 2024
1 parent 566637c commit 978ab5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/python/profiler/internal/BUILD
Expand Up @@ -22,6 +22,7 @@ cc_library(
]),
deps = [
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings",
"@local_tsl//tsl/platform:env",
Expand Down
3 changes: 3 additions & 0 deletions third_party/xla/xla/python/profiler/internal/python_hooks.cc
Expand Up @@ -17,10 +17,13 @@ limitations under the License.
#include <atomic>
#include <string>

#include "absl/log/log.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "absl/strings/strip.h"
#include "tsl/platform/env.h"
#include "tsl/platform/path.h"
#include "tsl/profiler/protobuf/xplane.pb.h"
#include "tsl/profiler/utils/time_utils.h"
#include "tsl/profiler/utils/xplane_builder.h"
#include "tsl/profiler/utils/xplane_schema.h"
Expand Down

0 comments on commit 978ab5c

Please sign in to comment.