HomeSort by relevance Sort by last modified time
    Searched defs:hlo_profiling_enabled (Results 1 - 4 of 4) 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
  /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());

Completed in 423 milliseconds