Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_fused_image_transform.cc553 const int conv_in_y = in_y_origin + filter_y; in operator ()() local
555 if (conv_in_y < 0) { in operator ()()
557 (conv_in_y % task_params.cache_height); in operator ()()
559 cache_index_y = conv_in_y % task_params.cache_height; in operator ()()