Home
last modified time | relevance | path

Searched refs:height_out (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DConvolutionLayer.cpp55 const int height_out = dst.shape().y(); in convolution_layer_nchw() local
90 …((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()
DDepthConcatenateLayer.cpp50 const int height_out = dst.shape().y(); in depthconcatenate_layer() local
52 const int out_stride_z = width_out * height_out; in depthconcatenate_layer()
98 const int y_diff = (height_out - height) / 2; in depthconcatenate_layer()
DSpaceToDepth.cpp43 const auto height_out = static_cast<int>(dst_shape[1]); in space_to_depth() local
65 for(int outH = 0; outH < height_out; ++outH) in space_to_depth()
DSpaceToBatch.cpp43 const auto height_out = static_cast<int>(dst_shape[1]); in space_to_batch() local
71 for(int outH = 0; outH < height_out; ++outH) in space_to_batch()
/external/ComputeLibrary/src/cpu/kernels/
DCpuGemmLowpMatrixMultiplyKernel.cpp511 const auto height_out = static_cast<int>(out_info.dimension(1)); in matrix_multiply_u8() local
609 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() local
788 if(id.y() < height_out && id.x() < (width_out - 16)) in matrix_multiply_s8()
[all …]
/external/libaom/av1/encoder/
Dsvc_layercontext.h279 int *height_out);
Dsvc_layercontext.c344 int *height_out) { in av1_get_layer_resolution() argument
346 if (width_out == NULL || height_out == NULL || den == 0) return; in av1_get_layer_resolution()
353 *height_out = h; in av1_get_layer_resolution()
/external/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h236 int *height_out);
Dvp9_svc_layercontext.c444 int *height_out) { in get_layer_resolution() argument
447 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()
457 *height_out = h; in get_layer_resolution()