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

  /external/tensorflow/tensorflow/compiler/xla/
executable_run_options.cc 72 execution_profile_ = profile;
77 return execution_profile_;
executable_run_options.h 94 ExecutionProfile* execution_profile_ = nullptr; member in class:xla::ExecutableRunOptions
  /external/tensorflow/tensorflow/compiler/xla/service/
executable.h 109 return execution_profile_;
171 ExecutionProfile execution_profile_ GUARDED_BY(mutex_);
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executable.cc 105 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0));
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 237 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0));
241 execution_profile_.set_compute_cycle_count(
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 194 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0));
197 execution_profile_.set_compute_cycle_count(
parallel_cpu_executable.cc 446 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0));

Completed in 123 milliseconds