Searched refs:height_out (Results 1 – 9 of 9) sorted by relevance
55 const int height_out = dst.shape().y(); in convolution_layer_nchw() local90 …((ofm + group * (depth_out / num_groups)) * width_out * height_out) + (r * width_out * height_out … in convolution_layer_nchw()95 ARM_COMPUTE_ASSERT(yo < height_out); in convolution_layer_nchw()
50 const int height_out = dst.shape().y(); in depthconcatenate_layer() local52 const int out_stride_z = width_out * height_out; in depthconcatenate_layer()98 const int y_diff = (height_out - height) / 2; in depthconcatenate_layer()
43 const auto height_out = static_cast<int>(dst_shape[1]); in space_to_depth() local65 for(int outH = 0; outH < height_out; ++outH) in space_to_depth()
43 const auto height_out = static_cast<int>(dst_shape[1]); in space_to_batch() local71 for(int outH = 0; outH < height_out; ++outH) in space_to_batch()
511 const auto height_out = static_cast<int>(out_info.dimension(1)); in matrix_multiply_u8() local609 if(id.y() < height_out && id.x() < (width_out - 16)) in matrix_multiply_u8()615 if(id.y() + 1 < height_out) in matrix_multiply_u8()621 if(id.y() + 2 < height_out) in matrix_multiply_u8()627 if(id.y() + 3 < height_out) in matrix_multiply_u8()648 if(id.y() + 1 < height_out) in matrix_multiply_u8()658 if(id.y() + 2 < height_out) in matrix_multiply_u8()668 if(id.y() + 3 < height_out) in matrix_multiply_u8()689 const auto height_out = static_cast<int>(out_info.dimension(1)); in matrix_multiply_s8() local788 if(id.y() < height_out && id.x() < (width_out - 16)) in matrix_multiply_s8()[all …]
279 int *height_out);
344 int *height_out) { in av1_get_layer_resolution() argument346 if (width_out == NULL || height_out == NULL || den == 0) return; in av1_get_layer_resolution()353 *height_out = h; in av1_get_layer_resolution()
236 int *height_out);
444 int *height_out) { in get_layer_resolution() argument447 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()457 *height_out = h; in get_layer_resolution()