• Home
Name Date Size #Lines LOC

..--

test/03-May-2024-786656

CaffeParser.cppD03-May-202468.4 KiB1,7941,411

CaffeParser.hppD03-May-20247.2 KiB17398

CaffeSupport.mdD03-May-20241.5 KiB3831

README.mdD03-May-2024715 84

RecordByRecordCaffeParser.cppD03-May-202426.1 KiB732570

RecordByRecordCaffeParser.hppD03-May-20241.4 KiB5432

README.md

1# Arm NN Caffe parser
2
3`armnnCaffeParser` is a library for loading neural networks defined in Caffe protobuf files into the Arm NN runtime.
4
5For more information about the Caffe layers that are supported, and the networks that have been tested, see [CaffeSupport.md](./CaffeSupport.md).
6
7Please note that certain deprecated Caffe features are not supported by the armnnCaffeParser. If you think that Arm NN should be able to load your model according to the list of supported layers in [CaffeSupport.md](./CaffeSupport.md), but you are getting strange error messages, then try upgrading your model to the latest format using Caffe, either by saving it to a new file or using the upgrade utilities in `caffe/tools`.
8