/external/tensorflow/tensorflow/compiler/xla/service/ |
human_readable_profile_builder.h | 39 clock_rate_ghz_(clock_rate_ghz) { 73 return cycles / clock_rate_ghz_ / 1e9; 76 return cycles / clock_rate_ghz_ / 1000.0; 82 double clock_rate_ghz_; member in class:xla::HumanReadableProfileBuilder
|
human_readable_profile_builder.cc | 84 double nsecs = op.cycles / clock_rate_ghz_;
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
hlo_execution_profiler.cc | 64 clock_rate_ghz_ = stream->parent()->GetDeviceDescription().clock_rate_ghz(); 75 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); 90 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); 106 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_));
|
hlo_execution_profiler.h | 72 double clock_rate_ghz_; member in class:xla::gpu::HloExecutionProfiler
|
/external/tensorflow/tensorflow/stream_executor/ |
device_description.h | 126 float clock_rate_ghz() const { return clock_rate_ghz_; } 203 float clock_rate_ghz_; member in class:stream_executor::DeviceDescription 293 device_description_->clock_rate_ghz_ = value;
|
device_description.cc | 51 clock_rate_ghz_(-1.0),
|