Correct name for tpu_tracer static initialization.
PiperOrigin-RevId: 350794065 Change-Id: I95dcaa3abeca7a241376048ae7fed13255bef1c7
This commit is contained in:
parent
2f1a51263d
commit
4b27388131
@ -111,7 +111,7 @@ std::unique_ptr<ProfilerInterface> CreateTpuTracer(
|
||||
return absl::make_unique<TpuTracer>();
|
||||
}
|
||||
|
||||
auto register_host_tracer_factory = [] {
|
||||
auto register_tpu_tracer_factory = [] {
|
||||
RegisterProfilerFactory(&CreateTpuTracer);
|
||||
return 0;
|
||||
}();
|
||||
|
Loading…
Reference in New Issue
Block a user