|
TinyChatEngine
|
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 |