9 references to MarshalInvoke
Microsoft.ML.Data (3)
EntryPoints\InputBuilder.cs (1)
640return Utils.MarshalInvoke(creator, outerType.GetGenericArguments()[0], innerValue);
Transforms\ValueMapping.cs (2)
901return Utils.MarshalInvoke(_getVectorMethodInfo, vectorType.ItemType.RawType, _mapping[key]); 903return Utils.MarshalInvoke(_getValueMethodInfo, ValueColumn.Type.RawType, _mapping[key]);
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
701var labelGetter = Microsoft.ML.Internal.Utilities.Utils.MarshalInvoke(_decodeInitMethodInfo, vecType.ItemType.RawType, value);
NasBert\NerTrainer.cs (1)
347var labelGetter = Microsoft.ML.Internal.Utilities.Utils.MarshalInvoke(_decodeInitMethodInfo, vecType.ItemType.RawType, value);
NasBert\TextClassificationTrainer.cs (1)
284var labelGetter = Microsoft.ML.Internal.Utilities.Utils.MarshalInvoke(_decodeInitMethodInfo, vecType.ItemType.RawType, value);
Microsoft.ML.Transforms (3)
MissingValueIndicatorTransformer.cs (1)
227return Utils.MarshalInvoke(_getIsNADelegateMethodInfo, type.GetItemType().RawType, type);
MissingValueReplacing.cs (1)
160return Utils.MarshalInvoke(_testTypeMethodInfo, itemType.RawType, itemType);
MutualInformationFeatureSelection.cs (1)
633var mapper = Utils.MarshalInvoke(_makeKeyMapperMethodInfo, itemType.RawType, itemType);