mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-16 21:51:31 +08:00
Remove Paddle Reader (#1813)
* Remove Paddle Reader * support pp-infer c++14 * disable trt cache --------- Co-authored-by: wang-xinyu <wangxinyu_es@163.com>
This commit is contained in:
@@ -58,6 +58,8 @@ struct PaddleBackendOption {
|
||||
bool enable_memory_optimize = true;
|
||||
/// Whether enable ir debug, default false
|
||||
bool switch_ir_debug = false;
|
||||
/// Whether the load model is quantized model
|
||||
bool is_quantize_model = false;
|
||||
|
||||
/*
|
||||
* @brief IPU option, this will configure the IPU hardware, if inference model in IPU
|
||||
|
Reference in New Issue
Block a user