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

Co-authored-by: kartikdutt18 <39593019+kartikdutt18@users.noreply.github.com>
This commit is contained in:
abh2k
2021-06-24 20:21:06 +05:30
committed by GitHub
co-authored by kartikdutt18
parent aa6d555826
commit 6f0ee6d014
@@ -83,7 +83,6 @@ void ChannelShuffle<InputDataType, OutputDataType>::Forward(
}
}
}
}
template<typename InputDataType, typename OutputDataType>