Add convertfp16tofloat and it's test.
This commit is contained in:
10
src/common/convertfp16tofloat.h
Normal file
10
src/common/convertfp16tofloat.h
Normal 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__
|
||||
Reference in New Issue
Block a user