Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/fixtures/
DGEMMLowpFixture.h1481 …TensorType vec_sum_cols = create_tensor<TensorType>(TensorShape(N, 1, rhs_shape[2]), DataType::S32… in compute_target() local
1503 …gemm.validate(lhs.info(), rhs_reshaped.info(), dst.info(), gemm_info, vec_sum_cols.info(), vec_sum… in compute_target()
1506 …gemm.configure(lhs.info(), rhs_reshaped.info(), dst.info(), gemm_info, vec_sum_cols.info(), vec_su… in compute_target()
1517 vec_sum_cols.allocator()->allocate(); in compute_target()
1525 ARM_COMPUTE_ASSERT(!vec_sum_cols.info()->is_resizable()); in compute_target()
1549 rhs_sum_cols.configure(&rhs_32, &vec_sum_cols, 1, ReductionOperation::SUM); in compute_target()
1557 …haped }, { ACL_SRC_2, &bias }, { ACL_DST, &dst }, { ACL_VEC_COL_SUM, &vec_sum_cols }, { ACL_VEC_RO… in compute_target()