modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
398 stars 82 forks source link

Implement the reshape layer #97

Closed milancurcic closed 1 year ago

milancurcic commented 1 year ago

This PR implements the reshape layer, only rank 1 to rank 3 for the time being.

Closes #88