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_image_transform.cc 107 int cache_height; member in struct:tensorflow::__anon45223::ResizeTaskParameters
169 int64 cache_height, int64 cache_y, T1* resize_cache, int64 cache_line_width,
180 cache_index_y = cache_height + (cache_y % cache_height);
182 cache_index_y = cache_y % cache_height;
372 task_params.cache_height =
436 in_y_end, std::max((in_y_origin + task_params.cache_height),
471 task_params.cache_height, cache_y,
555 cache_index_y = task_params.cache_height +
556 (conv_in_y % task_params.cache_height);
    [all...]
  /external/webp/src/dec/
frame_dec.c 696 const size_t cache_height = (16 * num_caches local
698 const size_t cache_size = top_size * cache_height;

Completed in 205 milliseconds