Struct containing BatchLLM parameters.
More...
Struct containing BatchLLM parameters.
Definition at line 841 of file type.py.
◆ __init__()
| qbruntime.type.BatchParam.__init__ |
( |
| self, |
|
|
int | sequence_length = 0, |
|
|
int | cache_size = 0, |
|
|
int | cache_id = 0 ) |
◆ __repr__()
| qbruntime.type.BatchParam.__repr__ |
( |
| self | ) |
|
◆ sequence_length() [1/2]
| int qbruntime.type.BatchParam.sequence_length |
( |
| self | ) |
|
◆ cache_size() [1/2]
| int qbruntime.type.BatchParam.cache_size |
( |
| self | ) |
|
◆ cache_id() [1/2]
| int qbruntime.type.BatchParam.cache_id |
( |
| self | ) |
|
◆ sequence_length() [2/2]
| qbruntime.type.BatchParam.sequence_length |
( |
| self, |
|
|
int | value ) |
◆ cache_size() [2/2]
| qbruntime.type.BatchParam.cache_size |
( |
| self, |
|
|
int | value ) |
◆ cache_id() [2/2]
| qbruntime.type.BatchParam.cache_id |
( |
| self, |
|
|
int | value ) |
◆ _batch_param
| qbruntime.type.BatchParam._batch_param = _cQbRuntime.BatchParam() |
|
protected |
The documentation for this class was generated from the following file: