Home
last modified time | relevance | path

Searched refs:memory_bandwidth (Results 1 – 12 of 12) 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/core/profiler/utils/
Ddevice_caps_utils.cc37 caps.memory_bandwidth()); in SetDeviceCaps()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h141 int64_t memory_bandwidth; member
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h119 int64 memory_bandwidth() const { return memory_bandwidth_; } in memory_bandwidth() function
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_stats.cc94 cap.memory_bandwidth() / 1e9); in GetPerfEnvFromXPlane()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc628 int64_t memory_bandwidth = device_fns_->get_memory_bandwidth(&device_); in CreateDeviceDescription() local
629 if (memory_bandwidth >= 0) { in CreateDeviceDescription()
630 builder.set_memory_bandwidth(memory_bandwidth); in CreateDeviceDescription()
Dstream_executor_test.cc954 ASSERT_EQ(description.memory_bandwidth(), 54); in TEST_F()
980 ASSERT_EQ(description.memory_bandwidth(), 54); in TEST_F()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc517 auto memory_bandwidth = in GetDeviceCapabilities()
522 memory_bandwidth); in GetDeviceCapabilities()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc867 int64 memory_bandwidth = 2 * (int64(prop.memoryBusWidth) / 8) * in CreateDeviceDescription() local
869 builder.set_memory_bandwidth(memory_bandwidth); in CreateDeviceDescription()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1780 << strings::HumanReadableNumBytes(description->memory_bandwidth()) in GetValidDeviceIds()
1794 << strings::HumanReadableNumBytes(description->memory_bandwidth()) in GetValidDeviceIds()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.cc886 stream_exec->GetDeviceDescription().memory_bandwidth()); in RunBackend()