Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Math: Switch mat_multiply_elementwise product type to int32_t
- Changed product variable from int64_t to int32_t - Improved performance by reducing data size - Achieved a 11.57% performance improvement in cycle count | Rows | Cols | Cycles | Max Error | RMS Error | Result | +------+------+--------+-----------+-----------+--------+ | 5 | 6 | 2972 | 0.00 | 0.00 | Pass | Signed-off-by: Shriram Shastry <malladi.sastry@intel.com>
- Loading branch information