Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dkernel_reference.h82 std::int32_t* accumulator_coeff_ptr = in Run() local
85 *accumulator_coeff_ptr += in Run()
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc4863 AccumulatorType* accumulator_coeff_ptr = in Run() local
4866 *accumulator_coeff_ptr += AccumulatorType(*lhs_coeff_ptr) * in Run()