Searched refs:memory_bandwidth (Results 1 – 12 of 12) sorted by relevance
28 uint64 memory_bandwidth = 4; // Bytes/s. field
72 double memory_bandwidth = 3; field
37 caps.memory_bandwidth()); in SetDeviceCaps()
141 int64_t memory_bandwidth; member
119 int64 memory_bandwidth() const { return memory_bandwidth_; } in memory_bandwidth() function
94 cap.memory_bandwidth() / 1e9); in GetPerfEnvFromXPlane()
628 int64_t memory_bandwidth = device_fns_->get_memory_bandwidth(&device_); in CreateDeviceDescription() local629 if (memory_bandwidth >= 0) { in CreateDeviceDescription()630 builder.set_memory_bandwidth(memory_bandwidth); in CreateDeviceDescription()
954 ASSERT_EQ(description.memory_bandwidth(), 54); in TEST_F()980 ASSERT_EQ(description.memory_bandwidth(), 54); in TEST_F()
517 auto memory_bandwidth = in GetDeviceCapabilities()522 memory_bandwidth); in GetDeviceCapabilities()
867 int64 memory_bandwidth = 2 * (int64(prop.memoryBusWidth) / 8) * in CreateDeviceDescription() local869 builder.set_memory_bandwidth(memory_bandwidth); in CreateDeviceDescription()
1780 << strings::HumanReadableNumBytes(description->memory_bandwidth()) in GetValidDeviceIds()1794 << strings::HumanReadableNumBytes(description->memory_bandwidth()) in GetValidDeviceIds()
886 stream_exec->GetDeviceDescription().memory_bandwidth()); in RunBackend()