Files
UR/src/common/convertfp16tofloat.h

10 lines
206 B
C
Raw Normal View History

2023-05-09 17:07:53 +08:00
#ifndef __CONVERTFP16TOFLOAT_H__
#define __CONVERTFP16TOFLOAT_H__
#include "Matrix.h"
namespace Recon {
Aurora::Matrix convertfp16tofloat(Aurora::Matrix aMatrix);
}
#endif // __CONVERTFP16TOFLOAT_H__