Searched defs:width_out (Results 1 – 9 of 9) sorted by relevance
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEGEMMLowpMatrixMultiplyKernel.cpp | 46 …terator &ina, Iterator &inb, Iterator &out, int width_a, int width_b, int width_out, size_t stride… in vector_matrix_multiply_u8() 277 …terator &ina, Iterator &inb, Iterator &out, int width_a, int width_b, int width_out, size_t stride… in vector_matrix_multiply_s8() 509 const auto width_out = static_cast<int>(out_info.dimension(0)); in matrix_multiply_u8() local 687 const auto width_out = static_cast<int>(out_info.dimension(0)); in matrix_multiply_s8() local 958 const auto width_out = static_cast<int>(_output->info()->dimension(0)); in run() local
|
/external/ComputeLibrary/tests/validation/reference/ |
D | UpsampleLayer.cpp | 50 int width_out = output_shape.x(); in upsample_layer() local
|
D | SpaceToDepth.cpp | 42 const auto width_out = static_cast<int>(dst_shape[0]); in space_to_depth() local
|
D | SpaceToBatch.cpp | 42 const auto width_out = static_cast<int>(dst_shape[0]); in space_to_batch() local
|
D | ConcatenateLayer.cpp | 51 const int width_out = dst.shape().x(); in widthconcatenate_layer() local
|
D | DepthConcatenateLayer.cpp | 49 const int width_out = dst.shape().x(); in depthconcatenate_layer() local
|
D | ConvolutionLayer.cpp | 54 const int width_out = dst.shape().x(); in convolution_layer_nchw() local
|
/external/libaom/libaom/av1/encoder/ |
D | svc_layercontext.c | 323 const int num, const int den, int *width_out, in av1_get_layer_resolution()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 443 const int num, const int den, int *width_out, in get_layer_resolution()
|