HomeSort by relevance Sort by last modified time
    Searched refs:threads_per_warp_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
device_description.h 99 const int64 &threads_per_warp() const { return threads_per_warp_; }
190 int64 threads_per_warp_; member in class:stream_executor::DeviceDescription
265 device_description_->threads_per_warp_ = value;
device_description.cc 43 threads_per_warp_(kUninitializedUint64),

Completed in 890 milliseconds