nndeploy C++ API  0.2.0
nndeploy C++ API
Public Member Functions | Public Attributes | List of all members
nndeploy::base::bfp16_struct Struct Reference

#include <half.h>

Public Member Functions

 bfp16_struct ()
 
 bfp16_struct (float vf)
 
 operator const float () const
 

Public Attributes

uint16_t w = 0
 

Detailed Description

Definition at line 16 of file half.h.

Constructor & Destructor Documentation

◆ bfp16_struct() [1/2]

nndeploy::base::bfp16_struct::bfp16_struct ( )
inline

Definition at line 20 of file half.h.

◆ bfp16_struct() [2/2]

nndeploy::base::bfp16_struct::bfp16_struct ( float  vf)
inline

Definition at line 22 of file half.h.

Member Function Documentation

◆ operator const float()

nndeploy::base::bfp16_struct::operator const float ( ) const
inline

Definition at line 28 of file half.h.

Member Data Documentation

◆ w

uint16_t nndeploy::base::bfp16_struct::w = 0

Definition at line 18 of file half.h.


The documentation for this struct was generated from the following file: