Implemented interface member:
method
CreateGetters
Microsoft.ML.Data.IRowMapper.CreateGetters(Microsoft.ML.DataViewRow, System.Func<System.Int32, System.Boolean>, out System.Action)
5 overrides of CreateGetters
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
641
public override Delegate[]
CreateGetters
(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
653
public override Delegate[]
CreateGetters
(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
876
public override Delegate[]
CreateGetters
(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
Roberta\QATrainer.cs (1)
827
public override Delegate[]
CreateGetters
(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)
TorchSharpBaseTrainer.cs (1)
490
public override Delegate[]
CreateGetters
(DataViewRow input, Func<int, bool> activeOutput, out Action disposer)