| 1117 | !ggml_gallocr_reserve(gallocr_, graph_) || |
| 1118 | !ggml_gallocr_alloc_graph(gallocr_, graph_)) { |
| 1119 | engine::core::release_backend_graph_resources(runtime_->backend(), graph_); |
| 1120 | if (gallocr_ != nullptr) { |
| 1121 | ggml_gallocr_free(gallocr_); |
| 1122 | gallocr_ = nullptr; |
| 1123 | } |
| 1124 | throw std::runtime_error("failed to allocate HeartCodec conditioning graph"); |
no outgoing calls
no test coverage detected