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