1 #ifndef BENCHMARKCNNCLASS_H_\r
2 #define BENCHMARKCNNCLASS_H_\r
3 \r
4 \r
5 /******************************************************************************/\r
6 /*!\r
7 * \file benchmarkCNNClass.h\r
8 * \defgroup benchmarkCNNClass benchmarkCNNClass\r
9 * \ingroup benchmarkCNN\r
10 * \brief Benchmark CNN classification\r
11 */\r
12 /* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/\r
13 *\r
14 * Redistribution and use in source and binary forms, with or without\r
15 * modification, are permitted provided that the following conditions\r
16 * are met:\r
17 *\r
18 * Redistributions of source code must retain the above copyright\r
19 * notice, this list of conditions and the following disclaimer.\r
20 *\r
21 * Redistributions in binary form must reproduce the above copyright\r
22 * notice, this list of conditions and the following disclaimer in the\r
23 * documentation and/or other materials provided with the\r
24 * distribution.\r
25 *\r
26 * Neither the name of Texas Instruments Incorporated nor the names of\r
27 * its contributors may be used to endorse or promote products derived\r
28 * from this software without specific prior written permission.\r
29 *\r
30 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
31 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
32 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
33 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\r
34 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
35 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\r
36 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
37 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
38 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
39 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
40 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
41 *\r
42 ******************************************************************************/\r
43 \r
44 \r
45 /*******************************************************************************\r
46 *\r
47 * INCLUDES\r
48 *\r
49 ******************************************************************************/\r
50 \r
51 #include "timl.h"\r
52 \r
53 \r
54 /*******************************************************************************\r
55 *\r
56 * FUNCTION PROTOTYPES\r
57 *\r
58 ******************************************************************************/\r
59 \r
60 int benchmarkCNNClassCaffeNetTesting();\r
61 int benchmarkCNNClassVGGNetTesting();\r
62 \r
63 #endif /* BENCHMARKCNNCLASS_H_ */\r