mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 17:41:52 +08:00
[Backend] refactor paddle custom ops -> fastdeploy::paddle_custom_ops (#2101)
* [cmake] upgrade windows paddle inference -> 2.5.0 * [cmake] upgrade windows paddle inference -> 2.5.0 * fix paddle custom ops bug on windows * [Backend] refactor paddle custom ops
This commit is contained in:
@@ -59,6 +59,7 @@ void BindPaddleOption(pybind11::module& m) {
|
||||
&PaddleBackendOption::is_quantize_model)
|
||||
.def_readwrite("inference_precision", &PaddleBackendOption::inference_precision)
|
||||
.def_readwrite("enable_inference_cutlass",&PaddleBackendOption::enable_inference_cutlass)
|
||||
.def_readwrite("trt_min_subgraph_size",&PaddleBackendOption::trt_min_subgraph_size)
|
||||
.def("disable_trt_ops", &PaddleBackendOption::DisableTrtOps)
|
||||
.def("delete_pass", &PaddleBackendOption::DeletePass)
|
||||
.def("set_ipu_config", &PaddleBackendOption::SetIpuConfig);
|
||||
|
Reference in New Issue
Block a user