8 instantiations of InputBuilder
Microsoft.ML.Data (8)
EntryPoints\EntryPointNode.cs (2)
489_inputBuilder = new InputBuilder(_host, _entryPoint.InputType, env.ComponentCatalog); 576var inputBuilder = new InputBuilder(env, info.InputType, env.ComponentCatalog);
EntryPoints\InputBuilder.cs (6)
332var builder = new InputBuilder(_ectx, elementType, _catalog); 349var builder = new InputBuilder(_ectx, type, _catalog); 361builder = new InputBuilder(_ectx, deftype, _catalog); 381var builder = new InputBuilder(_ectx, type, _catalog); 496var inputBuilder = new InputBuilder(ectx, type, catalog); 561var inputBuilder = new InputBuilder(ectx, component.ArgumentType, catalog);
7 references to InputBuilder
Microsoft.ML.Data (7)
EntryPoints\EntryPointNode.cs (2)
408private readonly InputBuilder _inputBuilder; 576var inputBuilder = new InputBuilder(env, info.InputType, env.ComponentCatalog);
EntryPoints\InputBuilder.cs (5)
332var builder = new InputBuilder(_ectx, elementType, _catalog); 349var builder = new InputBuilder(_ectx, type, _catalog); 381var builder = new InputBuilder(_ectx, type, _catalog); 496var inputBuilder = new InputBuilder(ectx, type, catalog); 561var inputBuilder = new InputBuilder(ectx, component.ArgumentType, catalog);