InferenceFunction.Inputs
A collection of named input values for an inference function.
Declaration
struct InputsMentioned in
Overview
Build an Inputs collection by calling insert(_:for:) for each named input the function expects, then pass it to run(inputs:states:outputViews:).