Update src/mlpack/methods/ann/layer/concatenate_impl.hpp

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
Ryan Curtin
2022-04-11 11:53:54 -04:00
committed by GitHub
co-authored by Marcus Edel
parent 3dfe5a000d
commit bacd18db55
@@ -108,9 +108,9 @@ void ConcatenateType<MatType>::ComputeOutputDimensions()
this->outputDimensions[0] = inSize + concat.n_elem;
}
/**
* Serialize the layer.
*/
/**
* Serialize the layer.
*/
template<typename MatType>
template<typename Archive>
void ConcatenateType<MatType>::serialize(