TinyChatEngine
Loading...
Searching...
No Matches
Fp32CLIPEncoder_input Struct Reference

Public Member Functions

 Fp32CLIPEncoder_input (Matrix3D< float > hidden_states_, Matrix3D< float > attention_mask_)
 
 Fp32CLIPEncoder_input (Matrix3D< float > hidden_states_, Matrix3D< float > attention_mask_, std::vector< Matrix3D< float > > past_keys_, std::vector< Matrix3D< float > > past_values_)
 

Public Attributes

Matrix3D< float > hidden_states
 
Matrix3D< float > attention_mask
 
std::vector< Matrix3D< float > > past_keys
 
std::vector< Matrix3D< float > > past_values
 
bool has_past_keys_values
 

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