| 37 | class Layer { |
| 38 | public: |
| 39 | Layer() = default; |
| 40 | |
| 41 | /// Set meta data fields from a string representing a proto message. |
| 42 | /// 'in_shape' is the shape of the input feature for one sample |
nothing calls this directly
no outgoing calls
no test coverage detected