1 write to _type
Microsoft.ML.Data (1)
EntryPoints\InputBuilder.cs (1)
672
_type
= outputType;
2 references to _type
Microsoft.ML.Data (2)
EntryPoints\InputBuilder.cs (2)
676
foreach (var fieldInfo in
_type
.GetFields())
719
_ectx.Check(output.GetType() ==
_type
);