MCPcopy Create free account
hub / github.com/catboost/catboost / SerializeFromFile

Function SerializeFromFile

library/cpp/binsaver/util_stream_io.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <class T>
43inline void SerializeFromFile(const TString& fileName, T& c) {
44 TIFStream in(fileName);
45 SerializeFromStream(in, c);
46}
47
48class TYaStreamOutput: public IBinaryStream {
49 IOutputStream& Stream;

Callers 1

RunMasterMethod · 0.85

Calls 1

SerializeFromStreamFunction · 0.85

Tested by

no test coverage detected