Skip to main content

ClikaRT::runtime::SessionStepResult

struct

Header: ClikaRT/runtime/context.h

The per-session result of one Iterate step (positional with the batch's slots).

Data members

disposition

continue / finish verdict for the session

Declared in ClikaRT/runtime/context.h, line 53

outputs

NamedTensors outputs

this step's outputs for the session

Declared in ClikaRT/runtime/context.h, line 54

error

std::optional<Error> error

set iff disposition == Error

Declared in ClikaRT/runtime/context.h, line 55