Home
last modified time | relevance | path

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

/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc281 struct NEON_32bit_GEMM_Uint8Operands_Uint32Accumulators { struct
282 typedef std::uint8_t OperandType;
283 typedef std::uint32_t AccumulatorType;
287 Format;
288 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()