Add some empty lines
This commit is contained in:
parent
b47b6aa224
commit
6d40e4dd98
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ namespace psemek::ml
|
|||
struct neural_net_evaluator
|
||||
{
|
||||
std::vector<T> apply(neural_net<T> const & nn, std::vector<T> input) const;
|
||||
|
||||
private:
|
||||
mutable std::vector<T> temp_;
|
||||
};
|
||||
|
|
@ -46,4 +47,5 @@ namespace psemek::ml
|
|||
|
||||
return input;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue