Home
last modified time | relevance | path

Searched refs:profile_printer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile_test.cc56 std::unique_ptr<HloProfilePrinterData> profile_printer = in TEST_F() local
59 HloExecutionProfile execution_profile(profile_printer.get(), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc775 std::unique_ptr<HloProfilePrinterData> profile_printer; in RunBackend() local
787 profile_printer = CreateHloProfilePrinterData( in RunBackend()
795 std::move(profile_printer), std::move(profile_index_map)); in RunBackend()