FastDeploy
latest
Fast & Easy to Deploy!
Main Page
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
b
c
d
l
m
r
s
t
+
Variables
b
c
d
l
m
r
s
t
+
Files
File List
+
Globals
+
All
_
b
c
d
e
f
i
m
o
p
r
s
t
y
+
Functions
d
f
i
o
p
y
Variables
+
Typedefs
f
+
Macros
_
c
d
e
f
o
p
t
y
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
c_api
fastdeploy_capi
core
config.h
Go to the documentation of this file.
1
// Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
#pragma once
15
16
#ifndef ENABLE_VISION
17
#define ENABLE_VISION
18
#endif
19
20
#ifndef ENABLE_TEXT
21
#define ENABLE_TEXT
22
#endif
Generated by
1.8.13