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

  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_op_gpu.h 237 const int data_idx = data_pix * kBlockDepth + thread_depth;
281 int shared_offset = data_idx;
520 const int data_idx = thread_depth * tile_pixels + data_pix;
523 const int tile_idx = data_idx + pad_offset;
567 int shared_offset = data_idx;
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 13003 const int data_idx = inter_modes_info->rd_idx_pair_arr[j].idx; local
13532 const int data_idx = inter_modes_info->rd_idx_pair_arr[0].idx; local
    [all...]

Completed in 89 milliseconds