precomp.h 805 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
18
#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
19
20
#include <cstring>

mayong's avatar
mayong committed
21
22
23
24
25
26
27
28
29
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
30

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

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



mayong's avatar
mayong committed
49
using namespace paraformer;