Searched refs:xla_hlo_profile (Results 1 – 10 of 10) sorted by relevance
54 execution_options_.debug_options().xla_hlo_profile(); in XLA_TEST_F()
2109 args = ["--xla_hlo_profile"],
150 executable.module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperBeforeExecution()206 if (executable->module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperAfterExecution()
104 return debug_options_.xla_hlo_profile(); in hlo_profiling_enabled()
458 executables[i]->module_config().debug_options().xla_hlo_profile() && in ExecuteParallelAndRegisterResult()
298 const bool xla_hlo_profile = GetDebugOptionsFromFlags().xla_hlo_profile(); in ReplayComputation() local307 if (xla_hlo_profile && is_final_result) { in ReplayComputation()
213 xla::GetDebugOptionsFromFlags().xla_hlo_profile(); in Main()
188 profiling_flag = "--xla_hlo_profile"
380 flag_values->xla_hlo_profile(), in AllocateFlags()
30 bool xla_hlo_profile = 9; field