Entropic 2.11.1
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::FootprintEstimate Struct Reference

An estimate, or an explicit admission that there isn't one. More...

#include </home/runner/work/entropic/entropic/src/inference/vram_footprint.h>

Public Attributes

bool known = false
 False means "do not gate on this".
 
uint64_t bytes = 0
 Estimated VRAM bytes; 0 when not known.
 
const char * reason = ""
 Why it is unknown, for the log.
 

Detailed Description

An estimate, or an explicit admission that there isn't one.

Definition at line 93 of file vram_footprint.h.

Member Data Documentation

◆ bytes

uint64_t entropic::FootprintEstimate::bytes = 0

Estimated VRAM bytes; 0 when not known.

Definition at line 95 of file vram_footprint.h.

◆ known

bool entropic::FootprintEstimate::known = false

False means "do not gate on this".

Definition at line 94 of file vram_footprint.h.

◆ reason

const char* entropic::FootprintEstimate::reason = ""

Why it is unknown, for the log.

Definition at line 96 of file vram_footprint.h.


The documentation for this struct was generated from the following file: