提交 8520302c 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Fix forward broken test

PiperOrigin-RevId: 340218738
Change-Id: Ibfe70403d8fb9f5d351ec34fdf8a85a8143abda0
上级 67f54bb8
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册