Home
last modified time | relevance | path

Searched refs:xla_hlo_profile (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dexecution_profile_test.cc54 execution_options_.debug_options().xla_hlo_profile(); in XLA_TEST_F()
DBUILD2109 args = ["--xla_hlo_profile"],
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc150 executable.module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperBeforeExecution()
206 if (executable->module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperAfterExecution()
Dhlo_module_config.h104 return debug_options_.xla_hlo_profile(); in hlo_profiling_enabled()
Dservice.cc458 executables[i]->module_config().debug_options().xla_hlo_profile() && in ExecuteParallelAndRegisterResult()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc298 const bool xla_hlo_profile = GetDebugOptionsFromFlags().xla_hlo_profile(); in ReplayComputation() local
307 if (xla_hlo_profile && is_final_result) { in ReplayComputation()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc213 xla::GetDebugOptionsFromFlags().xla_hlo_profile(); in Main()
Dtfcompile.bzl188 profiling_flag = "--xla_hlo_profile"
/external/tensorflow/tensorflow/compiler/xla/
Ddebug_options_flags.cc380 flag_values->xla_hlo_profile(), in AllocateFlags()
Dxla.proto30 bool xla_hlo_profile = 9; field