1 write to _host
Microsoft.ML.Transforms (1)
CustomMappingTransformer.cs (1)
122
_host
= parent._host.Register(nameof(Mapper));
4 references to _host
Microsoft.ML.Transforms (4)
CustomMappingTransformer.cs (4)
126
var emptyDataView = new EmptyDataView(
_host
, inputSchema);
127
_typedSrc = TypedCursorable<TSrc>.Create(
_host
, emptyDataView, false, _parent.InputSchemaDefinition);
138
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(
_host
, _parent.AddedSchema);
190
var dstRow = new DataViewConstructionUtils.InputRow<TDst>(
_host
, _parent.AddedSchema);