Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DGEMM.cpp76 const int base_addr_a = depth * a_stride_z + w * a_stride_w; in gemm() local
88 acc += a[base_addr_a + k + row * K] * b[base_addr_b + col + k * N]; in gemm()
141 const int base_addr_a = depth * a_stride_z + w * a_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.cpp203 const int base_addr_a = depth * a_stride_z; in gemmlowp_matrix_multiply_core() local
215 const T_out tmp_a = a_offset + static_cast<T_out>(a[base_addr_a + k + i * K]); in gemmlowp_matrix_multiply_core()