| 1724 | const PlannerWeights & weights() const noexcept { return *weights_; } |
| 1725 | ggml_backend_t backend() const noexcept { return backend_; } |
| 1726 | core::BackendType backend_type() const noexcept { return backend_type_; } |
| 1727 | int threads() const noexcept { return threads_; } |
| 1728 | |
| 1729 | private: |
no outgoing calls
no test coverage detected