Home
last modified time | relevance | path

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

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