Home
last modified time | relevance | path

Searched refs:base_addr_b (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DGEMM.cpp77 const int base_addr_b = depth * b_stride_z + w * b_stride_w; in gemm() local
88 acc += a[base_addr_a + k + row * K] * b[base_addr_b + col + k * N]; in gemm()
142 const int base_addr_b = depth * b_stride_z + w * b_stride_w; in gemm_mixed_precision() local
153 … acc += static_cast<float>(a[base_addr_a + k + row * K] * b[base_addr_b + col + k * N]); in gemm_mixed_precision()
DGEMMLowp.cpp204 const int base_addr_b = depth * b_stride_z; in gemmlowp_matrix_multiply_core() local
218 … const T_out tmp_b = b_offset + static_cast<T_out>(b[base_addr_b + j + k * N]); in gemmlowp_matrix_multiply_core()