| 1971 | ggml_fp32_to_fp16(-std::numeric_limits<float>::infinity())); |
| 1972 | } |
| 1973 | |
| 1974 | ~DecodeGraph() { |
| 1975 | engine::core::release_backend_graph_resources(runtime_->backend(), graph_); |
| 1976 | if (buffer_ != nullptr) { |
| 1977 | ggml_backend_buffer_free(buffer_); |
| 1978 | } |
| 1979 | } |
| 1980 | |
| 1981 | bool can_run(const PlannerWeightsRuntime & runtime, int64_t required_steps) const { |
nothing calls this directly
no test coverage detected