Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h149 CHECK(hlo_profiling_enabled()); in hlo_profile_printer_data()
154 CHECK(hlo_profiling_enabled()); in hlo_profile_index_map()
161 bool hlo_profiling_enabled() const { in hlo_profiling_enabled() function
Dhlo_module_config.cc42 string key = absl::StrCat("profiling=", hlo_profiling_enabled()); in compilation_cache_key()
Dhlo_module_config.h72 bool hlo_profiling_enabled() const { in hlo_profiling_enabled() function
Dexecutable.cc78 hlo_profiling_enabled() in ExecuteOnStreamWrapper()
Dservice.cc443 executables[i]->hlo_profiling_enabled()) { in ExecuteParallelAndRegisterResult()
/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/tf2xla/
Dxla_compiled_cpu_function.h239 bool hlo_profiling_enabled() const { in hlo_profiling_enabled() function
243 assert(hlo_profiling_enabled()); in hlo_profile_printer_data()
Dxla_compiled_cpu_function.cc46 if (hlo_profiling_enabled()) { in XlaCompiledCpuFunction()
Dxla_jit_compiled_cpu_function.cc161 if (cpu_executable->hlo_profiling_enabled()) { in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc777 if (module->config().hlo_profiling_enabled() || VLOG_IS_ON(1)) { in RunBackend()
785 if (module->config().hlo_profiling_enabled()) { in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc281 if (hlo_profiling_enabled()) { in ExecuteAsyncOnStream()
Dcpu_compiler.cc622 if (module->config().hlo_profiling_enabled()) { in RunBackend()
848 if (module->config().hlo_profiling_enabled()) { in CompileAheadOfTime()
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc598 ASSERT_TRUE(fn.hlo_profiling_enabled()); in TEST()