4 writes to _schemaRoot
Microsoft.ML.Data (4)
EntryPoints\TransformModelImpl.cs (4)
67
_schemaRoot
= root.Schema;
76
_schemaRoot
= schemaRoot;
91
_schemaRoot
= view.Schema;
125
_schemaRoot
= view.Schema;
2 references to _schemaRoot
Microsoft.ML.Data (2)
EntryPoints\TransformModelImpl.cs (2)
48
internal override DataViewSchema InputSchema =>
_schemaRoot
;
189
? new CompositeRowToRowMapper(ectx, _chain,
_schemaRoot
)