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

  /external/tensorflow/tensorflow/stream_executor/
device_description.cc 120 auto total_threads = thread_dim.x * thread_dim.y * thread_dim.z; local
122 if (total_threads > threads_per_block_limit) {
123 VLOG(2) << "exceeded total-thread-per-block limit: " << total_threads
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 876 const int total_threads = ProgramOptions.threads * ProgramOptions.instances; local
882 const double average_time_s = total_time_s / total_threads;
    [all...]

Completed in 183 milliseconds