Home
last modified time | relevance | path

Searched defs:width_matrix_b (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/gemm_matrix_mul/generic/neon/
H A Dimpl.cpp37 const auto width_matrix_b = static_cast<int>(dst->info()->dimension(0)); in vector_matrix_multiply_f16() local
232 const auto width_matrix_b = static_cast<int>(dst->info()->dimension(0)); in vector_matrix_multiply_f32() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpMatrixReductionKernel.cpp242 const auto width_matrix_b = static_cast<int>(src->info()->dimension(0)); in run_internal() local
H A DCpuGemmLowpMatrixMultiplyKernel.cpp945 const auto width_matrix_b = static_cast<int>(src1->info()->dimension(0)); in run_op() local