Searched refs:clock_rate_ghz_ (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | human_readable_profile_builder.h | 39 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
|
D | human_readable_profile_builder.cc | 84 double nsecs = op.cycles / clock_rate_ghz_; in ToString()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_execution_profiler.cc | 64 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()
|
D | hlo_execution_profiler.h | 72 double clock_rate_ghz_; variable
|
/external/tensorflow/tensorflow/stream_executor/ |
D | device_description.h | 126 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()
|
D | device_description.cc | 51 clock_rate_ghz_(-1.0), in DeviceDescription()
|