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()
DBUILD2344 args = ["--xla_hlo_profile"],
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc290 const bool xla_hlo_profile = GetDebugOptionsFromFlags().xla_hlo_profile(); in ReplayComputation() local
300 if (xla_hlo_profile && is_final_result) { in ReplayComputation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc204 executable.module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperBeforeExecution()
258 if (executable->module_config().debug_options().xla_hlo_profile() && in ExecuteWrapperAfterExecution()
Dhlo_module_config.h118 return debug_options_.xla_hlo_profile(); in hlo_profiling_enabled()
Dservice.cc422 executables[i]->module_config().debug_options().xla_hlo_profile() && in ExecuteParallelAndRegisterResult()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc276 xla::GetDebugOptionsFromFlags().xla_hlo_profile(); in Main()
Dtfcompile.bzl295 profiling_flags = ["--xla_hlo_profile"]
/external/tensorflow/tensorflow/compiler/xla/
Ddebug_options_flags.cc435 flag_values->xla_hlo_profile(), in AllocateFlags()
Dxla.proto30 bool xla_hlo_profile = 9; field