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

Method EnableDestFile

include/singa/utils/channel.h:45–45  ·  view source on GitHub ↗

Enabled by default.

Source from the content-addressed store, hash-verified

43 inline void EnableDestStderr(bool enable) { stderr_ = enable; }
44 /// Enabled by default.
45 inline void EnableDestFile(bool enable) { file_ = enable; }
46 /// Reset the output file path.
47 /// The dest file is named as global dir + channel name by default.
48 void SetDestFilePath(const std::string& file);

Callers 1

GetInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected