10 instantiations of FuncStaticMethodInfo1
Microsoft.ML.Data (4)
EntryPoints\InputBuilder.cs (2)
41= new FuncStaticMethodInfo1<object, object>(MakeNullable<int>); 44= new FuncStaticMethodInfo1<object, object>(MakeOptional<int>);
Transforms\ValueMapping.cs (2)
832= new FuncStaticMethodInfo1<TValue, TValue>(GetVector<int>); 835= new FuncStaticMethodInfo1<TValue, TValue>(GetValue<int>);
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
518= new FuncStaticMethodInfo1<object, Delegate>(DecodeInit<int>);
NasBert\NerTrainer.cs (1)
245= new FuncStaticMethodInfo1<object, Delegate>(DecodeInit<int>);
NasBert\TextClassificationTrainer.cs (1)
181= new FuncStaticMethodInfo1<object, Delegate>(DecodeInit<int>);
Microsoft.ML.Transforms (3)
MissingValueIndicatorTransformer.cs (1)
147= new FuncStaticMethodInfo1<DataViewType, Delegate>(GetIsNADelegate<int>);
MissingValueReplacing.cs (1)
130= new FuncStaticMethodInfo1<DataViewType, string>(TestType<int>);
MutualInformationFeatureSelection.cs (1)
413= new FuncStaticMethodInfo1<DataViewType, Delegate>(MakeKeyMapper<int>);
12 references to FuncStaticMethodInfo1
Microsoft.ML.Core (1)
Utilities\Utils.cs (1)
1020public static TResult MarshalInvoke<TArg1, TResult>(FuncStaticMethodInfo1<TArg1, TResult> func, Type genArg, TArg1 arg1)
Microsoft.ML.Data (5)
EntryPoints\InputBuilder.cs (3)
40private static readonly FuncStaticMethodInfo1<object, object> _makeNullableMethodInfo 43private static readonly FuncStaticMethodInfo1<object, object> _makeOptionalMethodInfo 631FuncStaticMethodInfo1<object, object> creator;
Transforms\ValueMapping.cs (2)
831private static readonly FuncStaticMethodInfo1<TValue, TValue> _getVectorMethodInfo 834private static readonly FuncStaticMethodInfo1<TValue, TValue> _getValueMethodInfo
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
517private static readonly FuncStaticMethodInfo1<object, Delegate> _decodeInitMethodInfo
NasBert\NerTrainer.cs (1)
244private static readonly FuncStaticMethodInfo1<object, Delegate> _decodeInitMethodInfo
NasBert\TextClassificationTrainer.cs (1)
180private static readonly FuncStaticMethodInfo1<object, Delegate> _decodeInitMethodInfo
Microsoft.ML.Transforms (3)
MissingValueIndicatorTransformer.cs (1)
146private static readonly FuncStaticMethodInfo1<DataViewType, Delegate> _getIsNADelegateMethodInfo
MissingValueReplacing.cs (1)
129private static readonly FuncStaticMethodInfo1<DataViewType, string> _testTypeMethodInfo
MutualInformationFeatureSelection.cs (1)
412private static readonly FuncStaticMethodInfo1<DataViewType, Delegate> _makeKeyMapperMethodInfo