1 write to _ectx
Microsoft.ML.Data (1)
EntryPoints\TransformModelImpl.cs (1)
206
_ectx
= ectx;
9 references to _ectx
Microsoft.ML.Data (9)
EntryPoints\TransformModelImpl.cs (9)
207
_ectx
.CheckValue(chain, nameof(chain));
208
_ectx
.CheckValue(rootSchema, nameof(rootSchema));
231
_ectx
.Assert(IsCompositeRowToRowMapper(_chain));
238
_ectx
.AssertValue(mapper);
249
_ectx
.Assert(IsCompositeRowToRowMapper(_chain));
250
_ectx
.AssertValue(input);
251
_ectx
.AssertValue(activeColumns);
253
_ectx
.Check(input.Schema == InputSchema, "Schema of input row must be the same as the schema the mapper is bound to");
262
_ectx
.AssertValue(mapper);