Searched refs:out_r_start (Results 1 – 2 of 2) sorted by relevance
208 const int64 out_r_start = std::max( in CopyOutputBackpropRegion() local217 if ((out_r_end - out_r_start + 1) < args.filter_rows || in CopyOutputBackpropRegion()228 for (int out_r = out_r_start; out_r <= out_r_end; ++out_r) { in CopyOutputBackpropRegion()487 const int out_r_start = std::max( in DepthwiseConvBackpropInputReference() local492 for (int out_r = out_r_start; out_r <= out_r_end; ++out_r) { in DepthwiseConvBackpropInputReference()
791 const int64 out_r_start = in operator ()() local799 if (out_r_start < 0 || out_r_start >= args.out_rows || in operator ()()808 const int64 out_r = out_r_start + ot_row; in operator ()()