Each layer sub-class would optionaly have a type name. Used for debugging and logging.
| 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 |