1 // -*- C++ -*- 2 /** @file */ 3 #pragma once 4 5 /* 6 7 vreduce is going from vector accumulator to scalar accumulator 8 from_accumulator is going from scalar accumulator to scalar datatype 9 10 11 */ 12 13 #include "float.hpp" 14 #include "half.hpp" 15 #include "q31.hpp" 16 #include "q15.hpp" 17 #include "q7.hpp" 18