12 references to MarshalInvoke
Microsoft.ML.Data (7)
Data\DataViewUtils.cs (2)
1341
getter = Utils.
MarshalInvoke
(GetVectorFlatteningGetter<int>, vectorType.ItemType.RawType,
1346
getter = Utils.
MarshalInvoke
(GetSingleValueGetter<int>, colType.RawType,
Data\RowCursorUtils.cs (1)
129
return Utils.
MarshalInvoke
(GetGetterAsStringBuilderCore<int>, typeSrc.RawType, typeSrc, row, col);
DataView\Transposer.cs (1)
954
return Utils.
MarshalInvoke
(CreateCore<int>, type.GetItemType().RawType, view, col, ends);
Scorers\BinaryClassifierScorer.cs (1)
72
return Utils.
MarshalInvoke
(WrapCore<int>, keyType.ItemType.RawType, env, mapper, trainSchema);
Scorers\MulticlassClassificationScorer.cs (1)
422
return Utils.
MarshalInvoke
(WrapCore<int>, keyType.ItemType.RawType, env, mapper, trainSchema);
Transforms\ColumnBindingsBase.cs (1)
283
var getter = Utils.
MarshalInvoke
(GetAnnotationGetterDelegate<int>, kvp.Value.RawType, inputBindings, i, kvp.Key);
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
803
return Utils.
MarshalInvoke
(CreateNamedOnnxValueGetterCore<int>, type, input, colIndex, onnxShape);
826
return Utils.
MarshalInvoke
(CreateNamedOnnxValueGetterVecCore<int>, type, input, colIndex, onnxShape);
Microsoft.ML.Transforms (3)
CustomMappingTransformer.cs (1)
161
result[i] = Utils.
MarshalInvoke
(GetDstGetter<int>, dstRow.Schema[i].Type.RawType, dstRow, i, refresh);
StatefulCustomMappingTransformer.cs (2)
189
getters[iinfo] = Utils.
MarshalInvoke
(GetDstGetter<int>, col.Type.RawType, dstRow, col.Name, refresh);
308
_getters[iinfo] = Utils.
MarshalInvoke
(_parent.GetDstGetter<int>, _parent._bindings.Schema[i].Type.RawType, dstRow, _parent._bindings.Schema[i].Name, refresh);