hollance / Forge

A neural network toolkit for Metal
MIT License
1.27k stars 172 forks source link

Reshape Layer #40

Open TyroD opened 6 years ago

TyroD commented 6 years ago

Maybe i'm missing it in the documentation, but does Forge support a reshape layer?

hollance commented 6 years ago

Nope. In general, reshaping isn't necessary with Metal (although it depends on what you're trying to do). But even worse, it involves copying data so it's best avoided.