Home
last modified time | relevance | path

Searched defs:get_n_output_points (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_strategies_common.cpp41 unsigned int DepthfirstStrategyUntyped::get_n_output_points() const { return this->get_output_rows(… in get_n_output_points() function in arm_conv::depthwise::DepthfirstStrategyUntyped
H A Ddepthwise_depthfirst_generic.hpp61 virtual unsigned int get_n_output_points() const { return m_n_output_points; } in get_n_output_points() function in arm_conv::depthwise::GenericDepthfirstKernelStrategy