From 66d73f8386f32c28f2f8c08828bb889ec635d931 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 11 May 2024 00:46:29 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 632720008 --- tensorflow/core/common_runtime/executor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/common_runtime/executor.cc b/tensorflow/core/common_runtime/executor.cc index a0aa7d9a5c9c9b..026719175535f5 100644 --- a/tensorflow/core/common_runtime/executor.cc +++ b/tensorflow/core/common_runtime/executor.cc @@ -576,7 +576,7 @@ bool MightTrace(const tracing::EventCollector* event_collector, return true; } - if (profiler::ScopedAnnotation::IsEnabled()) return true; + if (tsl::profiler::ScopedAnnotation::IsEnabled()) return true; return profiler::TraceMe::Active(profiler::GetTFTraceMeLevel(is_expensive)); }