mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@@ -42,7 +42,7 @@ fn (mut l Layer) populate(nb_neurons int, nb_inputs int) {
|
||||
}
|
||||
}
|
||||
|
||||
struct Network {
|
||||
pub struct Network {
|
||||
mut:
|
||||
layers []Layer
|
||||
}
|
||||
|
Reference in New Issue
Block a user