Home
last modified time | relevance | path

Searched defs:get_kernel_rows (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Dweight_transform.hpp106 unsigned int get_kernel_rows(void) const override { return m_kernel_rows; } in get_kernel_rows() function in arm_conv::winograd::weight_transform::Transform
H A Doutput_transform.hpp166 unsigned int get_kernel_rows(void) const override final { return m_kernel_rows; } in get_kernel_rows() function in arm_conv::winograd::output_transform::TransformBase
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst.hpp71 unsigned int get_kernel_rows() const override { return m_kernel_rows; } in get_kernel_rows() function in arm_conv::depthwise::DepthwiseDepthfirstStrategyCommon