Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_fused_image_transform.cc107 int cache_height; member
169 int64 cache_height, int64 cache_y, T1* resize_cache, int64 cache_line_width, in CalculatePerCacheLineParameters() argument
180 cache_index_y = cache_height + (cache_y % cache_height); in CalculatePerCacheLineParameters()
182 cache_index_y = cache_y % cache_height; in CalculatePerCacheLineParameters()
372 task_params.cache_height = in operator ()()
436 in_y_end, std::max((in_y_origin + task_params.cache_height), in operator ()()
471 task_params.cache_height, cache_y, in operator ()()
555 cache_index_y = task_params.cache_height + in operator ()()
556 (conv_in_y % task_params.cache_height); in operator ()()
558 cache_index_y = conv_in_y % task_params.cache_height; in operator ()()
/external/webp/src/dec/
Dframe_dec.c696 const size_t cache_height = (16 * num_caches in AllocateMemory() local
698 const size_t cache_size = top_size * cache_height; in AllocateMemory()