models.h 275 Bytes
Newer Older
Shahriar's avatar
Shahriar committed
1
2
3
4
5
6
7
#ifndef MODELS_H
#define MODELS_H

#include "alexnet.h"
#include "densenet.h"
#include "googlenet.h"
#include "inception.h"
Shahriar's avatar
Shahriar committed
8
#include "mnasnet.h"
Shahriar's avatar
Shahriar committed
9
10
11
12
13
14
15
#include "mobilenet.h"
#include "resnet.h"
#include "shufflenetv2.h"
#include "squeezenet.h"
#include "vgg.h"

#endif // MODELS_H