6 references to InputRow
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
118
return new
InputRow
<TRow>(env, internalSchemaDefn);
Microsoft.ML.Transforms (5)
CustomMappingTransformer.cs (2)
138
var dstRow = new DataViewConstructionUtils.
InputRow
<TDst>(_host, _parent.AddedSchema);
190
var dstRow = new DataViewConstructionUtils.
InputRow
<TDst>(_host, _parent.AddedSchema);
StatefulCustomMappingTransformer.cs (3)
120
var dstRow = new DataViewConstructionUtils.
InputRow
<TDst>(Host, _parent.AddedSchema);
163
var dstRow = new DataViewConstructionUtils.
InputRow
<TDst>(Host, _parent.AddedSchema);
282
var dstRow = new DataViewConstructionUtils.
InputRow
<TDst>(_parent.Host, _parent._parent.AddedSchema);