Home
last modified time | relevance | path

Searched defs:memory_bandwidth (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/protobuf/
Dhardware_types.proto28 uint64 memory_bandwidth = 4; // Bytes/s. field
Dop_profile.proto72 double memory_bandwidth = 3; field
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h119 int64 memory_bandwidth() const { return memory_bandwidth_; } in memory_bandwidth() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc867 int64 memory_bandwidth = 2 * (int64(prop.memoryBusWidth) / 8) * in CreateDeviceDescription() local
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc628 int64_t memory_bandwidth = device_fns_->get_memory_bandwidth(&device_); in CreateDeviceDescription() local
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h141 int64_t memory_bandwidth; member