Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dweight_transform.hpp107 unsigned int get_kernel_cols(void) const override { return m_kernel_cols; } in get_kernel_cols() function in arm_conv::winograd::weight_transform::Transform
Doutput_transform.hpp167 unsigned int get_kernel_cols(void) const override final { return m_kernel_cols; } in get_kernel_cols() function in arm_conv::winograd::output_transform::TransformBase
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_depthfirst.hpp72 unsigned int get_kernel_cols() const override { return m_kernel_cols; } in get_kernel_cols() function in arm_conv::depthwise::DepthwiseDepthfirstStrategyCommon