Aurora not function

This commit is contained in:
kradchen
2023-05-15 16:18:29 +08:00
parent ff534dfd63
commit 9c09e349d3
2 changed files with 17 additions and 0 deletions

View File

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