HomeSort by relevance Sort by last modified time
    Searched refs:hlo_profiling_enabled (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
execution_profile_test.cc 53 bool hlo_profiling_enabled = local
59 if (hlo_profiling_enabled) {
  /external/tensorflow/tensorflow/compiler/xla/service/
executable.h 121 CHECK(hlo_profiling_enabled());
126 CHECK(hlo_profiling_enabled());
133 bool hlo_profiling_enabled() const { function in class:xla::Executable
hlo_module_config.h 67 bool hlo_profiling_enabled() const { return hlo_profiling_enabled_; } function in class:xla::HloModuleConfig
executable.cc 75 hlo_profiling_enabled()
service.cc 532 executables[i]->hlo_profiling_enabled()) {
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.h 169 // When Hlo profiling is enabled (`hlo_profiling_enabled()` return true in
210 bool hlo_profiling_enabled() const { function in class:tensorflow::XlaCompiledCpuFunction
214 assert(hlo_profiling_enabled());
xla_compiled_cpu_function.cc 48 if (hlo_profiling_enabled()) {
xla_jit_compiled_cpu_function.cc 184 if (cpu_executable->hlo_profiling_enabled()) {
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 319 if (hlo_profiling_enabled()) {
cpu_compiler.cc 491 if (module->config().hlo_profiling_enabled()) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_compiler.cc 659 if (module->config().hlo_profiling_enabled()) {

Completed in 907 milliseconds