1 type derived from MacroOutput
Microsoft.ML.Data (1)
EntryPoints\CommonOutputs.cs (1)
206
public sealed class MacroOutput<TOut> :
MacroOutput
3 references to MacroOutput
Microsoft.ML.Data (3)
EntryPoints\EntryPointNode.cs (3)
812
var
macroResult = (CommonOutputs.
MacroOutput
)output;
837
public bool IsMacro => _entryPoint.OutputType.IsSubclassOf(typeof(CommonOutputs.
MacroOutput
));