Home
last modified time | relevance | path

Searched refs:memory_bandwidth (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h123 int64 memory_bandwidth() const { return memory_bandwidth_; } in memory_bandwidth() function
/external/tensorflow/tensorflow/core/profiler/
Dop_profile.proto71 double memory_bandwidth = 3; field
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc780 stream_exec->GetDeviceDescription().memory_bandwidth()); in RunBackend()