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

Public Member Functions

 Fp32GPTBigCodeForCausalLM_input (Matrix3D< int > input_ids_)
 
 Fp32GPTBigCodeForCausalLM_input (Matrix3D< int > input_ids_, std::vector< Matrix3D< float > > past_keys_, std::vector< Matrix3D< float > > past_values_)
 

Public Attributes

Matrix3D< int > input_ids
 
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: