|
Entropic 2.3.8
Local-first agentic inference engine
|
InferenceBackend base class implementation. More...
#include <entropic/inference/backend.h>#include <entropic/types/logging.h>#include <cmath>#include <cstdlib>#include <stdexcept>#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
InferenceBackend base class implementation.
Implements the lifecycle state machine (80% logic). All public methods handle state validation, locking, timing, and logging. Subclass do_* methods provide the 20% backend-specific logic.
Definition in file backend.cpp.