"profiler/include/profile_conv_bwd_data_impl.hpp" did not exist on "85978e0201bb94bf6e59b325e1f5f19266845d08"
models.h 254 Bytes
Newer Older
Shahriar's avatar
Shahriar committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MODELS_H
#define MODELS_H

#include "alexnet.h"
#include "densenet.h"
#include "googlenet.h"
#include "inception.h"
#include "mobilenet.h"
#include "resnet.h"
#include "shufflenetv2.h"
#include "squeezenet.h"
#include "vgg.h"

#endif // MODELS_H