Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer.cc25 const int64_t* counters, double clock_rate_ghz) { in PrintHloProfile()
Dhlo_execution_profile_test.cc67 float clock_rate_ghz = backend() in TEST_F() local
Dhlo_execution_profile.h152 std::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/stream_executor/
Ddevice_description.h259 float clock_rate_ghz() const { return clock_rate_ghz_; } in clock_rate_ghz() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc916 float clock_rate_ghz = static_cast<float>(prop.clockRate) / 1e6; in CreateDeviceDescription() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dc_api_decl.h146 float clock_rate_ghz; member