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);