TinyChatEngine
Loading...
Searching...
No Matches
Linear_FP Class Reference

Public Member Functions

 Linear_FP (Matrix3D< float > weight_, std::string weight_path)
 
 Linear_FP (Matrix3D< float > weight_, std::string weight_path, Matrix3D< float > bias_, std::string bias_path)
 
void forward (const Matrix3D< float > &x, Matrix3D< float > &output)
 

Public Attributes

Matrix3D< float > weight
 
Matrix3D< float > bias
 
bool has_bias
 

The documentation for this class was generated from the following files: