7 lines
No EOL
90 B
C
7 lines
No EOL
90 B
C
#pragma once
|
|
|
|
typedef struct {
|
|
Matrix* input;
|
|
Matrix* output;
|
|
|
|
} Neuronal_Network; |