2 types derived from InputRowBase
Microsoft.ML.Data (2)
DataView\DataViewConstructionUtils.cs (2)
139
public sealed class InputRow<TRow> :
InputRowBase
<TRow>
526
public abstract class DataViewCursorBase :
InputRowBase
<TRow>
9 references to InputRowBase
Microsoft.ML.Data (9)
DataView\DataViewConstructionUtils.cs (9)
195
private static readonly FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, Delegate> _createDirectArrayGetterDelegateMethodInfo
196
= FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, Delegate>.Create(target => target.CreateDirectArrayGetterDelegate<int>);
198
private static readonly FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, Delegate> _createDirectVBufferGetterDelegateMethodInfo
199
= FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, Delegate>.Create(target => target.CreateDirectVBufferGetterDelegate<int>);
201
private static readonly FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, Delegate> _createDirectGetterDelegateMethodInfo
202
= FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, Delegate>.Create(target => target.CreateDirectGetterDelegate<int>);
204
private static readonly FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, DataViewType, Delegate> _createKeyGetterDelegateMethodInfo
205
= FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, DataViewType, Delegate>.Create(target => target.CreateKeyGetterDelegate<int>);
238
FuncInstanceMethodInfo1<
InputRowBase
<TRow>, Delegate, Delegate> del;