1 write to _ops
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
244
_ops
= codec._ops;
4 references to _ops
Microsoft.ML.Data (4)
DataLoadSave\Binary\Codecs.cs (4)
251
_value =
_ops
.Read(Reader);
265
_ops
.Apply(values, ptr =>
267
int offset = index *
_ops
.Size;
268
int byteLength = count *
_ops
.Size;