precomp.h 849 Bytes
Newer Older
mayong's avatar
mayong committed
1
2
#pragma once 
// system 
mayong's avatar
mayong committed
3

mayong's avatar
mayong committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <iostream>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <deque>
#include <iostream>
#include <list>
#include <locale.h>
#include <vector>
#include <string>
#include <math.h>
#include <numeric>

mayong's avatar
mayong committed
18
#include <cstring>
mayong's avatar
mayong committed
19
20
#include <sys/types.h>
#include <sys/stat.h>
mayong's avatar
mayong committed
21

mayong's avatar
mayong committed
22
23
24
25
26
27
28
29
30
using namespace std;
// third part

#include <fftw3.h>
#include "onnxruntime_run_options_config_keys.h"
#include "onnxruntime_cxx_api.h"


// mine
mayong's avatar
mayong committed
31

mayong's avatar
mayong committed
32
33
34
35
#include "commonfunc.h"
#include <ComDefine.h>
#include "predefine_coe.h"

mayong's avatar
mayong committed
36
37
#include <ComDefine.h>
//#include "alignedmem.h"
mayong's avatar
mayong committed
38
#include "Vocab.h"
mayong's avatar
mayong committed
39
#include "Tensor.h"
mayong's avatar
mayong committed
40
41
42
#include "util.h"
#include "CommonStruct.h"
#include "FeatureExtract.h"
mayong's avatar
mayong committed
43
#include "FeatureQueue.h"
mayong's avatar
mayong committed
44
45
46
47
48
49
#include "SpeechWrap.h"
#include "Model.h"
#include "paraformer_onnx.h"



mayong's avatar
mayong committed
50
using namespace paraformer;