1 instantiation of FuncInstanceMethodInfo1
Microsoft.ML.Core (1)
Utilities\FuncInstanceMethodInfo1`3.cs (1)
87
return new
FuncInstanceMethodInfo1
<TTarget, T, TResult>(methodInfo);
57 references to FuncInstanceMethodInfo1
Microsoft.ML.Core (6)
Utilities\FuncInstanceMethodInfo1`3.cs (3)
45
/// Creates a <see cref="
FuncInstanceMethodInfo1
{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/>
55
/// <returns>A <see cref="
FuncInstanceMethodInfo1
{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/>
57
public static
FuncInstanceMethodInfo1
<TTarget, T, TResult> Create(Expression<Func<TTarget, Func<T, TResult>>> expression)
Utilities\FuncInstanceMethodInfo3`3.cs (2)
45
/// Creates a <see cref="
FuncInstanceMethodInfo1
{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/>
55
/// <returns>A <see cref="
FuncInstanceMethodInfo1
{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/>
Utilities\Utils.cs (1)
1010
public static TResult MarshalInvoke<TTarget, TArg1, TResult>(
FuncInstanceMethodInfo1
<TTarget, TArg1, TResult> func, TTarget target, Type genArg, TArg1 arg1)
Microsoft.ML.Data (35)
Data\Conversion.cs (2)
51
private static readonly
FuncInstanceMethodInfo1
<Conversions, KeyDataViewType, Delegate> _getKeyParseMethodInfo
52
=
FuncInstanceMethodInfo1
<Conversions, KeyDataViewType, Delegate>.Create(target => target.GetKeyParse<int>);
Data\DataViewUtils.cs (2)
1145
private static readonly
FuncInstanceMethodInfo1
<SynchronousConsolidatingCursor, int, Delegate> _createGetterMethodInfo
1146
=
FuncInstanceMethodInfo1
<SynchronousConsolidatingCursor, int, Delegate>.Create(target => target.CreateGetter<int>);
DataLoadSave\Database\DatabaseLoaderCursor.cs (2)
17
private static readonly
FuncInstanceMethodInfo1
<Cursor, int, Delegate> _createGetterDelegateMethodInfo
18
=
FuncInstanceMethodInfo1
<Cursor, int, Delegate>.Create(target => target.CreateGetterDelegate<int>);
DataLoadSave\Text\TextLoaderParser.cs (4)
28
private static readonly
FuncInstanceMethodInfo1
<ValueCreatorCache, PrimitiveDataViewType, Func<RowSet, ColumnPipe>> _getCreatorOneCoreMethodInfo
29
=
FuncInstanceMethodInfo1
<ValueCreatorCache, PrimitiveDataViewType, Func<RowSet, ColumnPipe>>.Create(target => target.GetCreatorOneCore<int>);
31
private static readonly
FuncInstanceMethodInfo1
<ValueCreatorCache, PrimitiveDataViewType, Func<RowSet, ColumnPipe>> _getCreatorVecCoreMethodInfo
32
=
FuncInstanceMethodInfo1
<ValueCreatorCache, PrimitiveDataViewType, Func<RowSet, ColumnPipe>>.Create(target => target.GetCreatorVecCore<int>);
DataLoadSave\Transpose\TransposeLoader.cs (2)
320
private static readonly
FuncInstanceMethodInfo1
<TransposeLoader, DataViewRowCursor, SlotCursor> _getSlotCursorCoreMethodInfo
321
=
FuncInstanceMethodInfo1
<TransposeLoader, DataViewRowCursor, SlotCursor>.Create(target => target.GetSlotCursorCore<int>);
DataView\AppendRowsDataView.cs (2)
161
private static readonly
FuncInstanceMethodInfo1
<CursorBase, int, Delegate> _createTypedGetterMethodInfo
162
=
FuncInstanceMethodInfo1
<CursorBase, int, Delegate>.Create(target => target.CreateTypedGetter<int>);
DataView\CacheDataView.cs (2)
1139
private static readonly
FuncInstanceMethodInfo1
<RowCursorSeekerBase, int, Delegate> _createGetterDelegateMethodInfo
1140
=
FuncInstanceMethodInfo1
<RowCursorSeekerBase, int, Delegate>.Create(target => target.CreateGetterDelegate<int>);
DataView\DataViewConstructionUtils.cs (7)
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>);
238
FuncInstanceMethodInfo1
<InputRowBase<TRow>, Delegate, Delegate> del;
DataView\Transposer.cs (4)
26
private static readonly
FuncInstanceMethodInfo1
<Transposer, int, SlotCursor> _getSlotCursorCoreMethodInfo
27
=
FuncInstanceMethodInfo1
<Transposer, int, SlotCursor>.Create(target => target.GetSlotCursorCore<int>);
1412
private static readonly
FuncInstanceMethodInfo1
<SlotDataView, bool, DataViewRowCursor> _getRowCursorMethodInfo
1413
=
FuncInstanceMethodInfo1
<SlotDataView, bool, DataViewRowCursor>.Create(target => target.GetRowCursor<int>);
Scorers\MulticlassClassificationScorer.cs (2)
70
private static readonly
FuncInstanceMethodInfo1
<LabelNameBindableMapper, object, Delegate> _decodeInitMethodInfo
71
=
FuncInstanceMethodInfo1
<LabelNameBindableMapper, object, Delegate>.Create(target => target.DecodeInit<int>);
Transforms\ColumnConcatenatingTransformer.cs (4)
524
private static readonly
FuncInstanceMethodInfo1
<BoundColumn, DataViewRow, Delegate> _makeIdentityGetterMethodInfo
525
=
FuncInstanceMethodInfo1
<BoundColumn, DataViewRow, Delegate>.Create(target => target.MakeIdentityGetter<int>);
527
private static readonly
FuncInstanceMethodInfo1
<BoundColumn, DataViewRow, Delegate> _makeGetterMethodInfo
528
=
FuncInstanceMethodInfo1
<BoundColumn, DataViewRow, Delegate>.Create(target => target.MakeGetter<int>);
Transforms\RowShufflingTransformer.cs (2)
457
private static readonly
FuncInstanceMethodInfo1
<Cursor, int, Delegate> _createGetterDelegateMethodInfo
458
=
FuncInstanceMethodInfo1
<Cursor, int, Delegate>.Create(target => target.CreateGetterDelegate<int>);
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
367
private static readonly
FuncInstanceMethodInfo1
<Cursor, int, Delegate> _createSubGetterDelegateCoreMethodInfo
368
=
FuncInstanceMethodInfo1
<Cursor, int, Delegate>.Create(target => target.CreateSubGetterDelegateCore<int>);
Microsoft.ML.TorchSharp (6)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
726
private static readonly
FuncInstanceMethodInfo1
<ObjDetMapper, DataViewSchema.DetachedColumn, Delegate> _makeLabelAnnotationGetter
727
=
FuncInstanceMethodInfo1
<ObjDetMapper, DataViewSchema.DetachedColumn, Delegate>.Create(target => target.GetLabelAnnotations<int>);
NasBert\NasBertTrainer.cs (2)
495
private static readonly
FuncInstanceMethodInfo1
<NasBertMapper, DataViewSchema.DetachedColumn, Delegate> _makeLabelAnnotationGetter
496
=
FuncInstanceMethodInfo1
<NasBertMapper, DataViewSchema.DetachedColumn, Delegate>.Create(target => target.GetLabelAnnotations<int>);
TorchSharpBaseTrainer.cs (2)
447
private static readonly
FuncInstanceMethodInfo1
<TorchSharpBaseMapper, DataViewSchema.DetachedColumn, Delegate> _makeLabelAnnotationGetter
448
=
FuncInstanceMethodInfo1
<TorchSharpBaseMapper, DataViewSchema.DetachedColumn, Delegate>.Create(target => target.GetLabelAnnotations<int>);
Microsoft.ML.Transforms (8)
MissingValueReplacing.cs (2)
132
private static readonly
FuncInstanceMethodInfo1
<MissingValueReplacingTransformer, DataViewType, Delegate> _getIsNADelegateMethodInfo
133
=
FuncInstanceMethodInfo1
<MissingValueReplacingTransformer, DataViewType, Delegate>.Create(target => target.GetIsNADelegate<int>);
OptionalColumnTransform.cs (4)
254
private static readonly
FuncInstanceMethodInfo1
<OptionalColumnTransform, int, Delegate> _makeGetterVecMethodInfo
255
=
FuncInstanceMethodInfo1
<OptionalColumnTransform, int, Delegate>.Create(target => target.MakeGetterVec<int>);
433
private static readonly
FuncInstanceMethodInfo1
<Cursor, int, Delegate> _makeGetterVecMethodInfo
434
=
FuncInstanceMethodInfo1
<Cursor, int, Delegate>.Create(target => target.MakeGetterVec<int>);
UngroupTransform.cs (2)
448
private static readonly
FuncInstanceMethodInfo1
<Cursor, int, Func<int>> _makeSizeGetterMethodInfo
449
=
FuncInstanceMethodInfo1
<Cursor, int, Func<int>>.Create(target => target.MakeSizeGetter<int>);