mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-12 20:11:20 +08:00
[win] Add fastdeploy_init.bat and update docs (#320)
* [cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk * [cmake] fixed patchelf download on mac and android * [lite] Add threads and power_mode option support * [pybind] update runtime pybind for lite power mode * [python] Add set_lite_power_mode api to runtime * [Lite] add lite enable_fp16 option support * [lite] add more options for lite backend. * [cmake] fixed Paddle Lite typo * [runtime] format LitePowerMode enum comments * [runtime] format lite option comments * [win] Add fastdeploy_init.bat and update docs * [win] Add fastdeploy_init.bat and update docs
This commit is contained in:
@@ -58,3 +58,8 @@ function(remove_duplicate_libraries libraries)
|
||||
endforeach()
|
||||
set(${libraries} ${full_libraries} PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
||||
function(get_windows_path win_path origin_path)
|
||||
STRING(REGEX REPLACE "/" "\\\\" _win_path ${origin_path})
|
||||
set(${win_path} ${_win_path} PARENT_SCOPE)
|
||||
endfunction()
|
||||
|
Reference in New Issue
Block a user