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 D | depthwise_strategies_common.cpp | 41 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 D | depthwise_depthfirst_generic.hpp | 61 virtual unsigned int get_n_output_points() const { return m_n_output_points; } in get_n_output_points() function in arm_conv::depthwise::GenericDepthfirstKernelStrategy |