Searched refs:end_w (Results 1 – 2 of 2) sorted by relevance
134 float end_w = box[3]; in PrepareCropAndResizeBilinear() local152 actual_x = start_w * (in_w - 1) + w * (end_w - start_w) * (in_w - 1) / (new_width - 1); in PrepareCropAndResizeBilinear()154 actual_x = 0.5 * (end_w + start_w) * (in_w - 1); in PrepareCropAndResizeBilinear()471 float end_w = box[3]; in RewriteExtrapolationValue() local490 … actual_x = start_w * (input_w - 1) + w * (end_w - start_w) * (input_w - 1) / (new_width - 1); in RewriteExtrapolationValue()492 actual_x = 0.5 * (end_w + start_w) * (input_w - 1); in RewriteExtrapolationValue()
240 … const ConvParameter *conv_param, int start_w, int end_w, int block_output_h, int block_output_w, in ConvDw3x3Int8Row() argument254 for (; w <= end_w - block_output_w; w += block_output_w) { in ConvDw3x3Int8Row()288 int left_width = end_w - w; in ConvDw3x3Int8Row()