HomeSort by relevance Sort by last modified time
    Searched defs:clock_rate_ghz_ (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
human_readable_profile_builder.h 37 clock_rate_ghz_(clock_rate_ghz) {
71 return cycles / clock_rate_ghz_ / 1e9;
74 return cycles / clock_rate_ghz_ / 1000.0;
79 double clock_rate_ghz_; member in class:xla::HumanReadableProfileBuilder
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 57 clock_rate_ghz_ =
76 *computation_, execution_timer_->Nanoseconds() * clock_rate_ghz_);
94 hlo_instruction, per_op_timer_->Nanoseconds() * clock_rate_ghz_);
100 double clock_rate_ghz_; member in class:xla::gpu::__anon38908::HloExecutionProfiler
  /external/tensorflow/tensorflow/stream_executor/
device_description.h 144 float clock_rate_ghz() const { return clock_rate_ghz_; }
220 float clock_rate_ghz_; member in class:perftools::gputools::DeviceDescription
317 device_description_->clock_rate_ghz_ = value;

Completed in 169 milliseconds