|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
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) |