changed () to <> in sequential
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user