Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h214 int64_t (*get_memory_bandwidth)(const SP_Device* device); member
Dstream_executor.cc627 if (device_fns_->get_memory_bandwidth != nullptr) { in CreateDeviceDescription()
628 int64_t memory_bandwidth = device_fns_->get_memory_bandwidth(&device_); in CreateDeviceDescription()
Dstream_executor_test.cc943 device_fns_.get_memory_bandwidth = [](const SP_Device* device) -> int64_t { in TEST_F()
969 device_fns_.get_memory_bandwidth = [](const SP_Device* device) -> int64_t { in TEST_F()