1 write to _ops
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
193
_ops
= codec._ops;
4 references to _ops
Microsoft.ML.Data (4)
DataLoadSave\Binary\Codecs.cs (4)
198
_ops
.Write(value, Writer);
205
_ops
.Apply(values, ptr =>
209
int byteLength = count *
_ops
.Size;
229
return
_ops
.Size * _numWritten;