| 1141 | } |
| 1142 | |
| 1143 | uint32_t llama_memory_recurrent_context::get_head() const { |
| 1144 | return is_full ? 0 : mem->head; |
| 1145 | } |
| 1146 | |
| 1147 | int32_t llama_memory_recurrent_context::get_rs_z() const { |
| 1148 | return is_full ? 0 : mem->rs_z; |
no outgoing calls
no test coverage detected