Skip to main content

ClikaRT::spec::InputProfile

struct

Header: ClikaRT/graph/input_specs.h

One execution profile: a spec per input. An input the profile does not name resolves from the model itself (fully-static inputs need no entry; KV-cache inputs are derived from the detected cache structure).

Data members

inputs

std::vector<InputSpec> inputs

one spec per input this profile pins.

Declared in ClikaRT/graph/input_specs.h, line 199