Home
last modified time | relevance | path

Searched defs:ld_weight_row (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_depthfirst.hpp180 …ffer, const void *biases, const void *weights, size_t ld_weight_col, size_t ld_weight_row) override in pack_parameters()
340 …ffer, const void *biases, const void *weights, size_t ld_weight_col, size_t ld_weight_row) override in pack_parameters()
H A Ddepthwise_depthfirst_generic.hpp227 const void *weights, size_t ld_weight_col, size_t ld_weight_row in pack_parameters()
H A Ddepthwise_planar.hpp269 const void *weights, size_t ld_weight_col, size_t ld_weight_row in pack_parameters()
H A Ddepthwise_depthfirst_multiplier.hpp505 …ffer, const void *biases, const void *weights, size_t ld_weight_col, size_t ld_weight_row) override in pack_parameters()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
H A Dsve_s8q_3x3_dot.cpp51 …onst int8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
H A Da64_u8q_3x3_dot.cpp51 …nst uint8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
H A Da64_s8q_3x3_dot.cpp51 …onst int8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
H A Dsve_u8q_3x3_dot.cpp51 …nst uint8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
H A D8b_mla.cpp48 size_t ld_weight_row in generic_pack()
H A Dgeneric.cpp74 size_t ld_weight_row in pack_parameters_generic()
H A Dgeneric_quantized_dot_product.cpp58 const T *weights, size_t ld_weight_col, size_t ld_weight_row, in pack_parameters()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/weight_transforms/
H A Darm_fp32_2x2_5x5.cpp34 const float *inptr, const size_t ld_weight_row, const size_t ld_weight_col, in arm_fp32_2x2_5x5()
H A Darm_fp32_2x2_3x3.cpp34 const float *inptr, size_t ld_weight_row, size_t ld_weight_col, in arm_fp32_2x2_3x3()
H A Da64_fp16_4x4_3x3.cpp36 const size_t ld_weight_row, in a64_fp16_4x4_3x3()
H A Darm_fp32_4x4_3x3.cpp34 const float *inptr, const size_t ld_weight_row, const size_t ld_weight_col, in arm_fp32_4x4_3x3()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/internal/
H A DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp341 …id *parameters_ptr, void *bias_ptr, void *weights_ptr, size_t ld_weights_col, size_t ld_weight_row) in pack_parameters()