4 references to ICanSaveInBinaryFormat
Microsoft.ML.Core (4)
Data\ModelSaveContext.cs (2)
19
/// It can also be used when saving to a single stream, for implementors of <see cref="
ICanSaveInBinaryFormat
"/>.
119
/// Create a <see cref="ModelSaveContext"/> supporting saving to a single-stream, for implementors of <see cref="
ICanSaveInBinaryFormat
"/>.
Data\ModelSaving.cs (2)
46
var
sb = value as
ICanSaveInBinaryFormat
;