Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h89 return threads_per_block_limit_; in threads_per_block_limit()
189 int64 threads_per_block_limit_; variable
262 device_description_->threads_per_block_limit_ = value; in set_threads_per_block_limit()
Ddevice_description.cc42 threads_per_block_limit_(kUninitializedUint64), in DeviceDescription()