Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.cc79 tables::ThreadTable::Row thread_row; in TraceStorage() local
80 thread_row.tid = 0; in TraceStorage()
81 thread_table_.Insert(thread_row); in TraceStorage()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h237 const int thread_row = threadIdx.z;
240 const int thread_pix = thread_row * in_width + thread_col;
253 const int data_pix = thread_row * tile_width + thread_col;
267 !kKnownEvenHeight && thread_row + (in_height & 1) == block_height;
526 const int thread_row = threadIdx.y;
530 const int thread_pix = thread_row * in_width + thread_col;
543 const int data_pix = thread_row * tile_width + thread_col;
561 !kKnownEvenHeight && thread_row + (in_height & 1) == block_height;
1210 const int thread_row = threadIdx.z;
1213 const int thread_pix = thread_row * in_width + thread_col;
[all …]