4 references to MarshalInvoke
Microsoft.ML.Data (2)
Scorers\MulticlassClassificationScorer.cs (1)
235return Utils.MarshalInvoke(CreateBound<int>, _type.ItemType.RawType, env, (ISchemaBoundRowMapper)innerBound, _type, _getter, _metadataKind, _canWrap);
Transforms\ValueToKeyMappingTransformerImpl.cs (1)
843return Utils.MarshalInvoke(CreateCore<int>, map.ItemType.RawType, host, schema, map, infos, textMetadata, iinfo);
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
612return Utils.MarshalInvoke(CheckKeyLabelColumnCore<int>, mdType.ItemType.RawType, env, models, (KeyDataViewType)labelType, schema, labelCol.Index, mdType);
Microsoft.ML.FastTree (1)
TreeEnsembleFeaturizer.cs (1)
811return Utils.MarshalInvoke(AppendFloatMapper<int>, labelType.RawType, env, ch, input, labelName, (KeyDataViewType)labelType,