3 references to IEvaluatorInput
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (2)
83
type == typeof(CommonInputs.
IEvaluatorInput
) ||
187
if (variableType == typeof(CommonInputs.
IEvaluatorInput
))
EntryPoints\InputBase.cs (1)
27
[TlcModule.EntryPointKind(typeof(CommonInputs.
IEvaluatorInput
))]