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)
126var emptyDataView = new EmptyDataView(_host, inputSchema); 127_typedSrc = TypedCursorable<TSrc>.Create(_host, emptyDataView, false, _parent.InputSchemaDefinition); 138var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_host, _parent.AddedSchema); 190var dstRow = new DataViewConstructionUtils.InputRow<TDst>(_host, _parent.AddedSchema);