Home
last modified time | relevance | path

Searched defs:clock_rate_ghz (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer.cc24 const int64* counters, double clock_rate_ghz) { in PrintHloProfile()
Dhlo_execution_profile_test.cc67 float clock_rate_ghz = backend() in TEST_F() local
Dhlo_execution_profile.h149 string ToString(float clock_rate_ghz) const { in ToString()
Dhuman_readable_profile_builder.h35 double clock_rate_ghz) in HumanReadableProfileBuilder()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc42 se::Stream* stream, double clock_rate_ghz) { in GetCyclesTaken()
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h122 float clock_rate_ghz() const { return clock_rate_ghz_; } in clock_rate_ghz() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc863 float clock_rate_ghz = static_cast<float>(prop.clockRate) / 1e6; in CreateDeviceDescription() local
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h146 float clock_rate_ghz; member