| 1722 | |
| 1723 | const AceStepAssets & assets() const noexcept { return *assets_; } |
| 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_; } |
no outgoing calls
no test coverage detected