Home
last modified time | relevance | path

Searched refs:set_memory_bandwidth (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Ddevice_caps_utils.cc64 caps.set_memory_bandwidth(stat.IntOrUintValue()); in GetDeviceCaps()
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h283 void set_memory_bandwidth(int64 value) { in set_memory_bandwidth() function
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats.cc64 cap.set_memory_bandwidth(stat.UintValue()); // bytes/s in GetDeviceCapFromXPlane()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc869 builder.set_memory_bandwidth(memory_bandwidth); in CreateDeviceDescription()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc630 builder.set_memory_bandwidth(memory_bandwidth); in CreateDeviceDescription()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc1042 builder.set_memory_bandwidth(2 * int64_t{mem_clock_khz.ValueOrDie()} * in CreateDeviceDescription()