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