Fix polyval, add convertfp16toFloat

This commit is contained in:
kradchen
2023-05-09 16:33:51 +08:00
parent 20b13f1e52
commit e1a917609d
3 changed files with 154 additions and 8 deletions

View File

@@ -112,6 +112,8 @@ namespace Aurora {
* @param aValue 指定值
*/
void padding(Matrix& aMatrix, int aIndex, double aValue);
Matrix convertfp16tofloat(const Matrix& aMatrix);
};