Home
last modified time | relevance | path

Searched defs:get_output_rows (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst_multiplier.hpp140 unsigned int get_output_rows(void) const { return m_output_rows; } in get_output_rows() function in arm_conv::depthwise::GenericDepthfirstMultiplierKernelStrategy
169 unsigned int get_output_rows(void) const { return m_output_rows; } in get_output_rows() function in arm_conv::depthwise::GenericDepthfirstMultiplierKernelStrategy
H A Ddepthwise_planar.hpp173 unsigned int get_output_rows(void) const override { return m_output_rows; } in get_output_rows() function in arm_conv::depthwise::PlanarStrategy
H A Ddepthwise_depthfirst.hpp68 unsigned int get_output_rows() const override { return m_output_rows; } in get_output_rows() function in arm_conv::depthwise::DepthwiseDepthfirstStrategyCommon
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp55 unsigned int get_output_rows() const override { return output_rows; } in get_output_rows() function in arm_conv::pooling::DepthfirstStrategy
H A Dpooling_depthfirst_generic.hpp128 unsigned int get_output_rows(void) const override { return 1; } in get_output_rows() function in arm_conv::pooling::GenericDepthfirstWrapper
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Doutput_transform.hpp163 unsigned int get_output_rows(void) const override final { return m_output_rows; } in get_output_rows() function in arm_conv::winograd::output_transform::TransformBase