DocumentationArchitecture

BindFastState

A zoomed-in view of one operation in Piro’s stateful inference loop.

Architecture detail

BindFastState

Combines durable weights with the current fast-state value to produce the runtime parameter view used by inference.

← Full model
durableWeights,
fastState
):
return RuntimeWeights(durableWeights, fastState)
← Back to architecture