Home
last modified time | relevance | path

Searched refs:memory_bandwidth_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h123 int64 memory_bandwidth() const { return memory_bandwidth_; } in memory_bandwidth()
197 int64 memory_bandwidth_; variable
282 device_description_->memory_bandwidth_ = value; in set_memory_bandwidth()
Ddevice_description.cc48 memory_bandwidth_(kUninitializedUint64), in DeviceDescription()
86 port::HumanReadableNumBytes::ToString(memory_bandwidth_), "/s"); in ToMap()