in network.h
Dtype *network_predict(network net, Dtype *input);
in network.c
#include "network.h" .... Dtype *network_pr