Home
last modified time | relevance | path

Searched refs:hlo_profiling_enabled (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dexecution_profile_test.cc53 bool hlo_profiling_enabled = in XLA_TEST_F() local
59 if (hlo_profiling_enabled) { in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h336 CHECK(hlo_profiling_enabled()); in hlo_profile_printer_data()
341 CHECK(hlo_profiling_enabled()); in hlo_profile_index_map()
348 bool hlo_profiling_enabled() const { in hlo_profiling_enabled() function
Dhlo_module_config.cc51 string key = absl::StrCat("profiling=", hlo_profiling_enabled()); in compilation_cache_key()
Dhlo_module_config.h108 bool hlo_profiling_enabled() const { in hlo_profiling_enabled() function
Dexecutable.cc206 executable.hlo_profiling_enabled() in ExecuteWrapperBeforeExecution()
Dservice.cc393 executables[i]->hlo_profiling_enabled()) { in ExecuteParallelAndRegisterResult()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h259 bool hlo_profiling_enabled() const { in hlo_profiling_enabled() function
263 assert(hlo_profiling_enabled()); in hlo_profile_printer_data()
Dxla_compiled_cpu_function.cc49 if (hlo_profiling_enabled()) { in XlaCompiledCpuFunction()
Dxla_jit_compiled_cpu_function.cc184 if (cpu_executable->hlo_profiling_enabled()) { in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc701 if (module->config().hlo_profiling_enabled()) { in RunBackend()
938 if (module->config().hlo_profiling_enabled()) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc883 if (module->config().hlo_profiling_enabled() || VLOG_IS_ON(1)) { in RunBackend()
891 if (module->config().hlo_profiling_enabled()) { in RunBackend()
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc664 ASSERT_TRUE(fn.hlo_profiling_enabled()); in TEST()