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

  /external/tensorflow/tensorflow/core/kernels/
conv_ops_fused.cc 106 int cache_height; member in struct:tensorflow::__anon39706::ResizeTaskParameters
168 int64 cache_height, int64 cache_y, T1* resize_cache, int64 cache_line_width,
179 cache_index_y = cache_height + (cache_y % cache_height);
181 cache_index_y = cache_y % cache_height;
371 task_params.cache_height =
435 in_y_end, std::max((in_y_origin + task_params.cache_height),
470 task_params.cache_height, cache_y,
554 cache_index_y = task_params.cache_height +
555 (conv_in_y % task_params.cache_height);
    [all...]
  /external/webp/src/dec/
frame_dec.c 705 const size_t cache_height = (16 * num_caches local
707 const size_t cache_size = top_size * cache_height;

Completed in 66 milliseconds