1 write to _size
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
490
_size
= size;
3 references to _size
Microsoft.ML.Transforms (3)
GroupTransform.cs (3)
476
var editor = VBufferEditor.Create(ref dst,
_size
);
477
_buffer.AsSpan(0,
_size
).CopyTo(editor.Values);
495
Contracts.Assert(0 <= position && position <
_size
);