| 1145 | } |
| 1146 | |
| 1147 | int32_t llama_memory_recurrent_context::get_rs_z() const { |
| 1148 | return is_full ? 0 : mem->rs_z; |
| 1149 | } |
| 1150 | |
| 1151 | uint32_t llama_memory_recurrent_context::get_size() const { |
| 1152 | return mem->size; |
no outgoing calls
no test coverage detected