| 607 | ggml_tensor * get_embd_pooled() const { return t_embd_pooled; } |
| 608 | |
| 609 | ggml_cgraph * get_gf() const { return gf; } |
| 610 | ggml_context * get_ctx() const { return ctx_compute.get(); } |
| 611 | |
| 612 | int64_t get_max_nodes() const; |
no outgoing calls
no test coverage detected