14 instantiations of FuncStaticMethodInfo1
Microsoft.ML.Core (1)
EntryPoints\EntryPointUtils.cs (1)
18= new FuncStaticMethodInfo1<TlcModule.RangeAttribute, object, bool>(IsValueWithinRange<int>);
Microsoft.ML.Data (12)
Data\DataViewUtils.cs (1)
293= new FuncStaticMethodInfo1<object[], int, object>(GetPoolCore<int>);
Data\RowCursorUtils.cs (2)
20= new FuncStaticMethodInfo1<DataViewRow, int, Delegate>(GetGetterAsDelegateCore<int>); 23= new FuncStaticMethodInfo1<DataViewRow, int, Func<bool>>(GetIsNewGroupDelegateCore<int>);
DataView\DataViewConstructionUtils.cs (1)
23= new FuncStaticMethodInfo1<string, DataViewSchema.Annotations, AnnotationInfo>(GetAnnotationInfo<int>);
DataView\Transposer.cs (2)
897= new FuncStaticMethodInfo1<IDataView, int, Splitter>(CreateCore<int>); 1331= new FuncStaticMethodInfo1<IChannelProvider, SlotCursor, DataViewRowCursor>(GetRowCursorShimCore<int>);
Scorers\PredictedLabelScorerBase.cs (1)
35= new FuncStaticMethodInfo1<DataViewSchema.Annotations, DataViewSchema.Column, DataViewSchema.Annotations>(KeyValueMetadataFromMetadata<int>);
Scorers\RowToRowScorerBase.cs (1)
23= new FuncStaticMethodInfo1<DataViewRow, int, Delegate>(GetGetterFromRow<int>);
Transforms\ColumnCopying.cs (1)
199= new FuncStaticMethodInfo1<DataViewRow, int, Delegate>(MakeGetter<int>);
Transforms\NAFilter.cs (2)
254= new FuncStaticMethodInfo1<Cursor, ColInfo, Value>(CreateOne<int>); 257= new FuncStaticMethodInfo1<Cursor, ColInfo, Value>(CreateVec<int>);
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
24= new FuncStaticMethodInfo1<PrimitiveDataViewType, bool, Builder>(CreateCore<int>);
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
396= new FuncStaticMethodInfo1<DataViewRow, int, Func<bool>>(MakeSameChecker<int>);
16 references to FuncStaticMethodInfo1
Microsoft.ML.Core (2)
EntryPoints\EntryPointUtils.cs (1)
17private static readonly FuncStaticMethodInfo1<TlcModule.RangeAttribute, object, bool> _isValueWithinRangeMethodInfo
Utilities\Utils.cs (1)
1058public static TResult MarshalInvoke<TArg1, TArg2, TResult>(FuncStaticMethodInfo1<TArg1, TArg2, TResult> func, Type genArg, TArg1 arg1, TArg2 arg2)
Microsoft.ML.Data (13)
Data\DataViewUtils.cs (1)
292private static readonly FuncStaticMethodInfo1<object[], int, object> _getPoolCoreMethodInfo
Data\RowCursorUtils.cs (2)
19private static readonly FuncStaticMethodInfo1<DataViewRow, int, Delegate> _getGetterAsDelegateCoreMethodInfo 22private static readonly FuncStaticMethodInfo1<DataViewRow, int, Func<bool>> _getIsNewGroupDelegateCoreMethodInfo
DataView\DataViewConstructionUtils.cs (1)
22private static readonly FuncStaticMethodInfo1<string, DataViewSchema.Annotations, AnnotationInfo> _getAnnotationInfoMethodInfo
DataView\Transposer.cs (2)
896private static readonly FuncStaticMethodInfo1<IDataView, int, Splitter> _createCoreMethodInfo 1330private static readonly FuncStaticMethodInfo1<IChannelProvider, SlotCursor, DataViewRowCursor> _getRowCursorShimCoreMethodInfo
Scorers\PredictedLabelScorerBase.cs (1)
34private static readonly FuncStaticMethodInfo1<DataViewSchema.Annotations, DataViewSchema.Column, DataViewSchema.Annotations> _keyValueMetadataFromMetadataMethodInfo
Scorers\RowToRowScorerBase.cs (1)
22private static readonly FuncStaticMethodInfo1<DataViewRow, int, Delegate> _getGetterFromRowMethodInfo
Transforms\ColumnCopying.cs (1)
198private static readonly FuncStaticMethodInfo1<DataViewRow, int, Delegate> _makeGetterMethodInfo
Transforms\NAFilter.cs (3)
253private static readonly FuncStaticMethodInfo1<Cursor, ColInfo, Value> _createOneMethodInfo 256private static readonly FuncStaticMethodInfo1<Cursor, ColInfo, Value> _createVecMethodInfo 276FuncStaticMethodInfo1<Cursor, ColInfo, Value> method;
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
23private static readonly FuncStaticMethodInfo1<PrimitiveDataViewType, bool, Builder> _createCoreMethodInfo
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
395private static readonly FuncStaticMethodInfo1<DataViewRow, int, Func<bool>> _makeSameCheckerMethodInfo