Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
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
Ddepthwise_depthfirst.hpp69 unsigned int get_output_cols() const override { return m_output_cols; } in get_output_cols() function in arm_conv::depthwise::DepthwiseDepthfirstStrategyCommon
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Dpooling_depthfirst.hpp56 unsigned int get_output_cols() const override { return output_cols; } in get_output_cols() function in arm_conv::pooling::DepthfirstStrategy
Dpooling_depthfirst_generic.hpp129 unsigned int get_output_cols(void) const override { return 1; } in get_output_cols() function in arm_conv::pooling::GenericDepthfirstWrapper
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
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