Add convertfp16tofloat and it's test.

This commit is contained in:
kradchen
2023-05-09 17:07:53 +08:00
parent 2c1a88d21b
commit b04c5ff58f
3 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __CONVERTFP16TOFLOAT_H__
#define __CONVERTFP16TOFLOAT_H__
#include "Matrix.h"
namespace Recon {
Aurora::Matrix convertfp16tofloat(Aurora::Matrix aMatrix);
}
#endif // __CONVERTFP16TOFLOAT_H__