Searched refs:out_y_origin (Results 1 – 3 of 3) sorted by relevance
73 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() local80 const int out_y = out_y_origin + filter_y; in TransposeConv()164 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() local171 const int out_y = out_y_origin + filter_y; in TransposeConv()
72 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() local79 const int out_y = out_y_origin + filter_y; in TransposeConv()169 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeConv() local176 const int out_y = out_y_origin + filter_y; in TransposeConv()
5630 const int out_y_origin = (in_y * stride_height) - pad_height; in TransposeIm2col() local5632 const int out_y = out_y_origin + filter_y; in TransposeIm2col()