#include "darknet.h"
#include "image.h"
#include "layer.h"
#include "data.h"
#include "tree.h"
Go to the source code of this file.
◆ calc_network_cost()
void calc_network_cost |
( |
network * |
net | ) |
|
◆ compare_networks()
◆ get_layer_string()
◆ get_predicted_class_network()
int get_predicted_class_network |
( |
network * |
net | ) |
|
◆ make_network()
◆ network_accuracy_multi()
float network_accuracy_multi |
( |
network * |
net, |
|
|
data |
d, |
|
|
int |
n |
|
) |
| |
◆ print_network()
void print_network |
( |
network * |
net | ) |
|
◆ resize_network()
int resize_network |
( |
network * |
net, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |