Searched refs:height_out (Results 1 – 10 of 10) sorted by relevance
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 …]
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()
412 int *height_out) { in av1_get_layer_resolution() argument414 if (width_out == NULL || height_out == NULL || den == 0) return; in av1_get_layer_resolution()417 *height_out = height_org; in av1_get_layer_resolution()426 *height_out = h; in av1_get_layer_resolution()
322 int *height_out);
239 int *height_out);
457 int *height_out) { in get_layer_resolution() argument460 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()470 *height_out = h; in get_layer_resolution()
657 uint32_t *height_out, in pvr_mem_layout_spec() argument666 *height_out = surface->height; in pvr_mem_layout_spec()