1 write to _catalog
Microsoft.ML.Data (1)
EntryPoints\InputBuilder.cs (1)
63
_catalog
= catalog;
7 references to _catalog
Microsoft.ML.Data (7)
EntryPoints\InputBuilder.cs (7)
188
var csValue = ParseJsonValue(_ectx, field.FieldType, _attrs[index], value,
_catalog
);
332
var builder = new InputBuilder(_ectx, elementType,
_catalog
);
347
bool success =
_catalog
.TryFindComponent(type, out ComponentCatalog.ComponentInfo instanceInfo);
349
var builder = new InputBuilder(_ectx, type,
_catalog
);
359
success =
_catalog
.TryFindComponent(deftype, out defaultInfo);
361
builder = new InputBuilder(_ectx, deftype,
_catalog
);
381
var builder = new InputBuilder(_ectx, type,
_catalog
);