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

Method Decoder

include/singa/io/decoder.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class Decoder {
30 public:
31 Decoder() { }
32 virtual ~Decoder() { }
33
34 virtual void Setup(const DecoderConf& conf) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected