StageOutput¶ class StageOutput(batch: OutT, token: Any = None)[source]¶ Bases: NamedTuple, Generic[OutT] Complete, cacheable output of one stage expansion. Create new instance of StageOutput(batch, token) Attributes Summary batch Alias for field number 0 token Alias for field number 1 Attributes Documentation batch: OutT¶ Alias for field number 0 token: Any¶ Alias for field number 1