deephealthproject / eddl

European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
https://deephealthproject.github.io/eddl/
MIT License
34 stars 10 forks source link

Clean-up code following Clang-Tidy #130

Closed salvacarrion closed 4 years ago

salvacarrion commented 4 years ago

This is important because it helps to fix and avoid potential bugs, avoids the creation of unnecessary copies, perform some speed-ups and normalizes the code.

salvacarrion commented 4 years ago

done through many commits