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

Method layer_type

include/singa/model/layer.h:63–63  ·  view source on GitHub ↗

Each layer sub-class would optionaly have a type name. Used for debugging and logging.

Source from the content-addressed store, hash-verified

61 /// Each layer sub-class would optionaly have a type name.
62 /// Used for debugging and logging.
63 virtual const std::string layer_type() const { return "Unknown"; }
64
65 /// Set meta data fields configured in 'conf' (a proto message).
66 /// Some layers would use input tensor shapes for setting its parameter

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36