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()
2344 args = ["--xla_hlo_profile"],
290 const bool xla_hlo_profile = GetDebugOptionsFromFlags().xla_hlo_profile(); in ReplayComputation() local300 if (xla_hlo_profile && is_final_result) { in ReplayComputation()
204 executable.module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperBeforeExecution()258 if (executable->module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperAfterExecution()
118 return debug_options_.xla_hlo_profile(); in hlo_profiling_enabled()
422 executables[i]->module_config().debug_options().xla_hlo_profile() && in ExecuteParallelAndRegisterResult()
276 xla::GetDebugOptionsFromFlags().xla_hlo_profile(); in Main()
295 profiling_flags = ["--xla_hlo_profile"]
435 flag_values->xla_hlo_profile(), in AllocateFlags()
30 bool xla_hlo_profile = 9; field