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

Method StreamReader

src/data/stream_reader.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class StreamReader {
16 public:
17 StreamReader() { }
18 StreamReader(const DataConfig& data) { init(data); }
19 void init(const DataConfig& data);
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected