tree: 6ff4596ef43d7ee8c2979e91d23f37a3507b2c21 [path history] [tgz]
  1. test/
  2. CaffeParser.cpp
  3. CaffeParser.hpp
  4. CaffeSupport.md
  5. README.md
  6. RecordByRecordCaffeParser.cpp
  7. RecordByRecordCaffeParser.hpp
src/armnnCaffeParser/README.md

Arm NN Caffe parser

armnnCaffeParser is a library for loading neural networks defined in Caffe protobuf files into the Arm NN runtime.

For more information about the Caffe layers that are supported, and the networks that have been tested, see CaffeSupport.md.

Please 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, 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.