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.cc64 clock_rate_ghz_ = stream->parent()->GetDeviceDescription().clock_rate_ghz(); in HloExecutionProfiler()
75 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishExecution()
90 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloComputation()
106 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloInstruction()
Dhlo_execution_profiler.h72 double clock_rate_ghz_; variable
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h126 float clock_rate_ghz() const { return clock_rate_ghz_; } in clock_rate_ghz()
203 float clock_rate_ghz_; variable
293 device_description_->clock_rate_ghz_ = value; in set_clock_rate_ghz()
Ddevice_description.cc51 clock_rate_ghz_(-1.0), in DeviceDescription()