Home
last modified time | relevance | path

Searched refs:clock_rate_ghz_ (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h39 clock_rate_ghz_(clock_rate_ghz) { in HumanReadableProfileBuilder()
73 return cycles / clock_rate_ghz_ / 1e9; in CyclesToSeconds()
76 return cycles / clock_rate_ghz_ / 1000.0; in CyclesToMicroseconds()
82 double clock_rate_ghz_; variable
Dhuman_readable_profile_builder.cc84 double nsecs = op.cycles / clock_rate_ghz_; in ToString()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc62 clock_rate_ghz_ = stream->parent()->GetDeviceDescription().clock_rate_ghz(); in HloExecutionProfiler()
73 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishExecution()
88 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloComputation()
97 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloComputation()
111 stream_, clock_rate_ghz_)); in FinishHloInstruction()
Dhlo_execution_profiler.h79 double clock_rate_ghz_; variable
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h122 float clock_rate_ghz() const { return clock_rate_ghz_; } in clock_rate_ghz()
204 float clock_rate_ghz_; variable
295 device_description_->clock_rate_ghz_ = value; in set_clock_rate_ghz()
Ddevice_description.cc50 clock_rate_ghz_(-1.0), in DeviceDescription()