Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst_multiplier.hpp141 unsigned int get_output_cols(void) const { return m_output_cols; } in get_output_cols() function in arm_conv::depthwise::GenericDepthfirstMultiplierKernelStrategy
170 unsigned int get_output_cols(void) const { return m_output_cols; } in get_output_cols() function in arm_conv::depthwise::GenericDepthfirstMultiplierKernelStrategy
H A Ddepthwise_depthfirst.hpp69 unsigned int get_output_cols() const override { return m_output_cols; } in get_output_cols() function in arm_conv::depthwise::DepthwiseDepthfirstStrategyCommon
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp56 unsigned int get_output_cols() const override { return output_cols; } in get_output_cols() function in arm_conv::pooling::DepthfirstStrategy
H A Dpooling_depthfirst_generic.hpp129 unsigned int get_output_cols(void) const override { return 1; } in get_output_cols() function in arm_conv::pooling::GenericDepthfirstWrapper
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Doutput_transform.hpp164 unsigned int get_output_cols(void) const override final { return m_output_cols; } in get_output_cols() function in arm_conv::winograd::output_transform::TransformBase