Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
backend.cpp File Reference

InferenceBackend base class implementation. More...

#include <entropic/inference/backend.h>
#include <entropic/types/logging.h>
#include <cmath>
#include <cstdlib>
#include <stdexcept>
#include <string>
Include dependency graph for backend.cpp:

Go to the source code of this file.

Namespaces

namespace  entropic
 Activate model on GPU (WARM → ACTIVE).
 

Detailed Description

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.

Version
1.9.13

Definition in file backend.cpp.