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 D | weight_transform.hpp | 106 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 D | output_transform.hpp | 166 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 D | depthwise_depthfirst.hpp | 71 unsigned int get_kernel_rows() const override { return m_kernel_rows; } in get_kernel_rows() function in arm_conv::depthwise::DepthwiseDepthfirstStrategyCommon |