- Docs: evo-docs
- Server: evo-server
# build
make
# clean
make clean# test all
make test
# test target xxx file
make test TEST_TRG=xxx_tests
# clean build
make clean# Build Tools
make tool
# exec tool: edb
./tools/edb/edb
# clean build
make clean [Inference System]
┌─────────┐┌─────────┐┌─────────┐
│ C ││ C++ ││ Python │
└─────────┘└─────────┘└─────────┘ API
─────────────────────────────── ──────
┌─────────────────┐ ┌─────────┐
│ Model Serial │ │ │
└─────────────────┘ │ │
┌─────────────────┐ │ │
│ Graph IR Analy │ │ Monitor │
└─────────────────┘ │ │
┌─────────────────┐ │ │
│ Exec Schedule │ │ │
└─────────────────┘ └─────────┘ Engine
─────────────────────────────── ──────
┌─────────┐┌─────────┐┌─────────┐ Device
│ CPU ││ GPU ││ NPU │
└─────────┘└─────────┘└─────────┘
Support model file format:
- ONNX(Open Neural Network Exchange)
- tflite(TensorFlow Lite Model Format)
- Dynamic Batch
- Heterogeneous Execute [Device]
- Memory Alloca [Device]
- Replica Parallelism [Device]
- Libonnx
- Tengine
- MNN
- TFLM