Neuron change
This commit is contained in:
@@ -22,8 +22,9 @@ namespace NeuralNetwork {
|
||||
|
||||
};
|
||||
|
||||
static std::ostream& operator<<(std::ostream& o, const Stringifiable& n) {
|
||||
inline static std::ostream& operator<<(std::ostream& o, const Stringifiable& n) {
|
||||
n.stringify(o);
|
||||
return o;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user