Searched defs:NEON_32bit_GEMM_Int32_WithScalar (Results 1 – 1 of 1) sorted by relevance
835 struct NEON_32bit_GEMM_Int32_WithScalar { struct836 typedef std::int32_t OperandType;837 typedef std::int32_t AccumulatorType;841 Format;842 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run()