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...] |