mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* Add notes for tensors * Optimize some apis * move some warnings * Support build with Paddle2ONNX * Add protobuf support * Fix compile on mac * add clearn package script * Add paddle2onnx code * remove submodule * Add onnx ocde * remove softlink * add onnx code * fix error * Add cmake file * fix patchelf * update paddle2onnx * Delete .gitmodules --------- Co-authored-by: PaddleCI <paddle_ci@example.com> Co-authored-by: pangyoki <pangyoki@126.com> Co-authored-by: jiangjiajun <jiangjiajun@baidu.lcom>
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
recursive-include onnxoptimizer *.h *.c *.cc *.proto
|
|
recursive-include examples *
|
|
recursive-include cmake *
|
|
recursive-include tools *
|
|
recursive-include third_party *
|
|
include VERSION_NUMBER
|
|
include CMakeLists.txt
|