| 1340 | } |
| 1341 | |
| 1342 | ggml_backend_t HeartCodecWeightsRuntime::backend() const noexcept { |
| 1343 | return execution_context_->backend(); |
| 1344 | } |
| 1345 | |
| 1346 | core::BackendType HeartCodecWeightsRuntime::backend_type() const noexcept { |
| 1347 | return execution_context_->backend_type(); |
no outgoing calls
no test coverage detected