Sample.h 156 Bytes
Newer Older
Your Name's avatar
Your Name committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 示例程序

#ifndef __SAMPLE_H__
#define __SAMPLE_H__


// Crnn sample
void Sample_Crnn();

// Crnn Dynamic sample
void Sample_Crnn_Dynamic();


#endif