Update convertfp16tofloat

This commit is contained in:
kradchen
2023-05-09 17:56:15 +08:00
parent e1a917609d
commit 61baf0dc4a
4 changed files with 23 additions and 21 deletions

View File

@@ -113,7 +113,7 @@ namespace Aurora {
*/
void padding(Matrix& aMatrix, int aIndex, double aValue);
Matrix convertfp16tofloat(const Matrix& aMatrix);
Matrix convertfp16tofloat(short* aData, int aRows, int aColumns);
};