14 references to 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>);