10 lines
206 B
C
10 lines
206 B
C
|
|
#ifndef __CONVERTFP16TOFLOAT_H__
|
||
|
|
#define __CONVERTFP16TOFLOAT_H__
|
||
|
|
#include "Matrix.h"
|
||
|
|
namespace Recon {
|
||
|
|
|
||
|
|
Aurora::Matrix convertfp16tofloat(Aurora::Matrix aMatrix);
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif // __CONVERTFP16TOFLOAT_H__
|