changed () to <> in sequential

This commit is contained in:
Nippun Sharma
2020-12-17 14:03:58 +05:30
committed by GitHub
parent 01db8c739b
commit f2594e52b3
@@ -98,7 +98,7 @@ Sequential<
template<typename InputDataType, typename OutputDataType, bool Residual,
typename... CustomLayers>
template<typename eT>
size_t Sequential(InputDataType, OutputDataType, Residual, CustomLayers...)::
size_t Sequential<InputDataType, OutputDataType, Residual, CustomLayers...>::
InputShape() const
{
size_t inputShape = 0;