MCPcopy Create free account
hub / github.com/apache/singa / Open

Method Open

src/io/binfile_reader.cc:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace singa {
23namespace io {
24bool BinFileReader::Open(const std::string& path) {
25 path_ = path;
26 return OpenFile();
27}
28
29bool BinFileReader::Open(const std::string& path, int capacity) {
30 path_ = path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected