Home
last modified time | relevance | path

Searched defs:get_input_rows (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_strategies_common.cpp30 unsigned int DepthfirstStrategyUntyped::get_input_rows() const in get_input_rows() function in arm_conv::depthwise::DepthfirstStrategyUntyped
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp53 unsigned int get_input_rows() const override { return input_rows; } in get_input_rows() function in arm_conv::pooling::DepthfirstStrategy
H A Dpooling_depthfirst_generic.hpp126 unsigned int get_input_rows(void) const override { return window_rows; } in get_input_rows() function in arm_conv::pooling::GenericDepthfirstWrapper
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Doutput_transform.hpp160 …unsigned int get_input_rows(void) const override final { return m_kernel_rows + m_output_rows - 1;… in get_input_rows() function in arm_conv::winograd::output_transform::TransformBase
H A Dinput_transform.hpp152 unsigned int get_input_rows(void) const override final { return m_input_rows; } in get_input_rows() function in arm_conv::winograd::input_transform::TransformBase