9 references to MarshalInvoke
Microsoft.ML.Data (3)
Evaluators\EvaluatorUtils.cs (2)
613
var keyValueMappers = Utils.
MarshalInvoke
(MapKeys<int>, keyValueType.RawType, views.Select(view => view.Schema).ToArray(), columnName, false, indices, keyNames);
681
var keyValueMappers = Utils.
MarshalInvoke
(MapKeys<int>, keyValueType.RawType, views.Select(view => view.Schema).ToArray(), columnName, true, columnIndices, keyNames);
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
298
return Utils.
MarshalInvoke
(CreateOne<int>, bldr.ItemType.RawType, row, col, autoConvert, count, bldr);
Microsoft.ML.OnnxTransformer (2)
OnnxTransform.cs (2)
631
return Utils.
MarshalInvoke
(MakeTensorGetter<int>, elemRawType, input, iinfo, srcNamedValueGetters, activeOutputColNames, outputCacher);
637
return Utils.
MarshalInvoke
(MakeObjectGetter<int>, type, input, iinfo, srcNamedValueGetters, activeOutputColNames, outputCacher);
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
650
return Utils.
MarshalInvoke
(MakeGetter<int>, type, input, iinfo, srcTensorGetters, activeOutputColNames, outputCache);
Microsoft.ML.Vision (3)
DnnRetrainTransform.cs (3)
473
return Utils.
MarshalInvoke
(CreateTensorValueGetter<int>, typeof(UInt32), input, isVector, colIndex, tfShape, true);
475
return Utils.
MarshalInvoke
(CreateTensorValueGetter<int>, type.RawType, input, isVector, colIndex, tfShape, false);
866
return Utils.
MarshalInvoke
(MakeGetter<int>, type, input, iinfo, srcTensorGetters, activeOutputColNames, outputCache);