diff --git a/tensorflow/compiler/xla/tests/local_client_execute_test.cc b/tensorflow/compiler/xla/tests/local_client_execute_test.cc index e5fe77937694e2f457f6a6fd59a46a5e547c336b..cc277e603cac6216f2dbde7ec37a7b5cfc7ab16a 100644 --- a/tensorflow/compiler/xla/tests/local_client_execute_test.cc +++ b/tensorflow/compiler/xla/tests/local_client_execute_test.cc @@ -946,7 +946,7 @@ XLA_TEST_F(LocalClientExecuteTest, DISABLED_ON_INTERPRETER(InfeedOutfeedTest)) { // Benchmark that measures the overhead of the LocalClient API when running a // trivial computation -void BM_LocalClientOverhead(benchmark::State& state) { +void BM_LocalClientOverhead(::testing::benchmark::State& state) { se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); se::StreamExecutorMemoryAllocator allocator(platform, executors);