hollance / Forge

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

Add layer #42

Closed mrlzla closed 6 years ago

mrlzla commented 6 years ago

Is there some way to create Add layer that takes 2 or more tensors as an inputs and returns sum of them? (F.e. Add layer in keras)

hollance commented 6 years ago

See MPSCNNAdd. Since Forge is no longer being supported, you'd have to implement this yourself.

mrlzla commented 6 years ago

Thank you for advice! I will try.