| 604 | ggml_tensor * get_inp_tokens() const { return t_inp_tokens; } |
| 605 | ggml_tensor * get_logits() const { return t_logits; } |
| 606 | ggml_tensor * get_embd() const { return t_embd; } |
| 607 | ggml_tensor * get_embd_pooled() const { return t_embd_pooled; } |
| 608 | |
| 609 | ggml_cgraph * get_gf() const { return gf; } |