Home
last modified time | relevance | path

Searched defs:kernel_points (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/
H A Dgeneric.cpp38 const unsigned int kernel_points, in sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst_impl()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/
H A Dgeneric.cpp38 const unsigned int kernel_points, in a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst_impl()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/
H A Dgeneric.cpp37 const unsigned int kernel_points, in a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst_impl()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/
H A Dgeneric.cpp39 const unsigned int kernel_points, in a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst_impl()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/
H A Dgeneric.cpp39 const unsigned int kernel_points, in a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst_impl()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst/
H A Dgeneric.cpp39 const unsigned int kernel_points, in a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst_impl()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
H A Dgeneric.hpp48 unsigned int kernel_points(void) const { return kernel_cols * kernel_rows; } in kernel_points() function
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst_generic.hpp188 const auto kernel_points = args.depthwise_args.kernel_rows * args.depthwise_args.kernel_cols; in get_element_size() local
H A Ddepthwise_depthfirst_multiplier.hpp315 const auto kernel_points = args.depthwise_args.kernel_rows * args.depthwise_args.kernel_cols; in sizeof_input_patch() local