| 1818 | } |
| 1819 | } |
| 1820 | |
| 1821 | ~PrefillGraph() { |
| 1822 | engine::core::release_backend_graph_resources(runtime_->backend(), graph_); |
| 1823 | if (buffer_ != nullptr) { |
| 1824 | ggml_backend_buffer_free(buffer_); |
| 1825 | } |
| 1826 | } |
| 1827 | |
| 1828 | bool can_run(const PlannerWeightsRuntime & runtime, int64_t prompt_steps) const { |
nothing calls this directly
no test coverage detected