I noticed that I was getting a "redefinition" error for some functions in the tensor.hpp file when including the fdeep library in header files. The error was not present when including into source files. This issue was fixed by adding the inline keyword that seems to have been missing for some of the functions in tensor.hpp. The issue was resolved after that.
Please review the changes I have made just to make sure I have not messed anything up.
Hi,
Thank you for the great project!
I noticed that I was getting a "redefinition" error for some functions in the tensor.hpp file when including the fdeep library in header files. The error was not present when including into source files. This issue was fixed by adding the inline keyword that seems to have been missing for some of the functions in tensor.hpp. The issue was resolved after that.
Please review the changes I have made just to make sure I have not messed anything up.
Kind Regards, Fadi