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 D | depthwise_depthfirst.hpp | 180 …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 D | depthwise_depthfirst_generic.hpp | 227 const void *weights, size_t ld_weight_col, size_t ld_weight_row in pack_parameters()
|
H A D | depthwise_planar.hpp | 269 const void *weights, size_t ld_weight_col, size_t ld_weight_row in pack_parameters()
|
H A D | depthwise_depthfirst_multiplier.hpp | 505 …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 D | sve_s8q_3x3_dot.cpp | 51 …onst int8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
|
H A D | a64_u8q_3x3_dot.cpp | 51 …nst uint8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
|
H A D | a64_s8q_3x3_dot.cpp | 51 …onst int8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
|
H A D | sve_u8q_3x3_dot.cpp | 51 …nst uint8_t *weights, const arm_gemm::Requantize32 &qp, size_t ld_weight_col, size_t ld_weight_row) in pack_parameters()
|
H A D | 8b_mla.cpp | 48 size_t ld_weight_row in generic_pack()
|
H A D | generic.cpp | 74 size_t ld_weight_row in pack_parameters_generic()
|
H A D | generic_quantized_dot_product.cpp | 58 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 D | arm_fp32_2x2_5x5.cpp | 34 const float *inptr, const size_t ld_weight_row, const size_t ld_weight_col, in arm_fp32_2x2_5x5()
|
H A D | arm_fp32_2x2_3x3.cpp | 34 const float *inptr, size_t ld_weight_row, size_t ld_weight_col, in arm_fp32_2x2_3x3()
|
H A D | a64_fp16_4x4_3x3.cpp | 36 const size_t ld_weight_row, in a64_fp16_4x4_3x3()
|
H A D | arm_fp32_4x4_3x3.cpp | 34 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 D | CpuDepthwiseConv2dAssemblyWrapperKernel.cpp | 341 …id *parameters_ptr, void *bias_ptr, void *weights_ptr, size_t ld_weights_col, size_t ld_weight_row) in pack_parameters()
|