Base:
method
MakeRowMapper
Microsoft.ML.TorchSharp.TorchSharpBaseTransformer<TLabelCol, TTargetsCol>.MakeRowMapper(Microsoft.ML.DataViewSchema)
3 references to MakeRowMapper
Microsoft.ML.TorchSharp (3)
NasBert\NerTrainer.cs (1)
300=> Create(env, ctx).MakeRowMapper(inputSchema);
NasBert\SentenceSimilarityTrainer.cs (1)
214=> Create(env, ctx).MakeRowMapper(inputSchema);
NasBert\TextClassificationTrainer.cs (1)
236=> Create(env, ctx).MakeRowMapper(inputSchema);