nndeploy C++ API  0.2.0
nndeploy C++ API
Classes | Namespaces | Typedefs | Functions
half.h File Reference
#include "nndeploy/base/glic_stl_include.h"
#include "nndeploy/base/macro.h"
Include dependency graph for half.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nndeploy::base::bfp16_struct
 
union  nndeploy::base::cvt_32b
 

Namespaces

 nndeploy
 
 nndeploy::base
 

Typedefs

typedef struct nndeploy::base::bfp16_struct nndeploy::base::bfp16_t
 

Functions

bool nndeploy::base::convertFromBfp16ToFloat (void *bfp16, float *fp32, int count)
 
bool nndeploy::base::convertFromFloatToBfp16 (float *fp32, void *bfp16, int count)
 
bool nndeploy::base::convertFromFloatToFp16 (float *fp32, void *fp16, int count)
 
bool nndeploy::base::convertFromFp16ToFloat (void *fp16, float *fp32, int count)