Home
last modified time | relevance | path

Searched refs:threads_per_warp_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h99 const int64 &threads_per_warp() const { return threads_per_warp_; } in threads_per_warp()
190 int64 threads_per_warp_; variable
265 device_description_->threads_per_warp_ = value; in set_threads_per_warp()
Ddevice_description.cc43 threads_per_warp_(kUninitializedUint64), in DeviceDescription()