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