12 references to AnnotationGetter
Microsoft.ML.Core (3)
Data\AnnotationUtils.cs (3)
128
public static void Marshal<THave, TNeed>(this
AnnotationGetter
<THave> getter, int col, ref TNeed dst)
134
var
get = (
AnnotationGetter
<TNeed>)(Delegate)getter;
Microsoft.ML.Data (9)
DataView\LambdaColumnMapper.cs (2)
125
AnnotationUtils.
AnnotationGetter
<VBuffer<ReadOnlyMemory<char>>> mdGetter =
133
AnnotationUtils.
AnnotationGetter
<VBuffer<ReadOnlyMemory<char>>> mdGetter =
Evaluators\RankingEvaluator.cs (1)
635
private readonly AnnotationUtils.
AnnotationGetter
<VBuffer<ReadOnlyMemory<char>>> _slotNamesGetter;
Scorers\PredictedLabelScorerBase.cs (2)
49
private readonly AnnotationUtils.
AnnotationGetter
<ReadOnlyMemory<char>> _getScoreColumnKind;
50
private readonly AnnotationUtils.
AnnotationGetter
<ReadOnlyMemory<char>> _getScoreValueKind;
Scorers\RowToRowScorerBase.cs (1)
343
private readonly AnnotationUtils.
AnnotationGetter
<uint> _getScoreColumnSetId;
Transforms\MetadataDispatcher.cs (3)
102
public readonly AnnotationUtils.
AnnotationGetter
<TValue> Getter;
104
public GetterInfoDelegate(string kind, DataViewType type, AnnotationUtils.
AnnotationGetter
<TValue> getter)
407
AnnotationUtils.
AnnotationGetter
<TValue> getter)