PaddlePaddle / Anakin

High performance Cross-platform Inference-engine, you could run Anakin on x86-cpu,arm, nv-gpu, amd-gpu,bitmain and cambricon devices.
https://anakin.baidu.com/
Apache License 2.0
532 stars 135 forks source link

Allow Anakin to be built with nanopb instead of the standard protobuf #469

Closed uraj closed 6 years ago

uraj commented 6 years ago

nanopb is a pure C implementation of protobuf and depends on no other code bases but a small subset of standard C library.

This patch has been tested with the Network in Network caffe model using the configurations in tools/x86_build.sh.