MCPcopy Create free account
hub / github.com/dmlc/parameter_server / FileLineReader

Method FileLineReader

src/util/filelinereader.h:20–21  ·  view source on GitHub ↗

Creates a file line reader object that will read the file 'filename' line by line.

Source from the content-addressed store, hash-verified

18 // Creates a file line reader object that will read the file 'filename'
19 // line by line.
20 explicit FileLineReader(const DataConfig& data_conf) :
21 data_conf_(data_conf), loaded_successfully_(false) {};
22
23 ~FileLineReader() { }
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected