Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h74 const ThreadDim &thread_dim_limit() const { return thread_dim_limit_; } in thread_dim_limit()
183 ThreadDim thread_dim_limit_; variable
248 device_description_->thread_dim_limit_ = value; in set_thread_dim_limit()
Ddevice_description.cc36 thread_dim_limit_(kUninitializedUint64, kUninitializedUint64, in DeviceDescription()