/ArmnnBackendFramework

This is the Framework used for developing ArmNN backend. It can compiled without error under armnn_21_05

Primary LanguageC++

Armnn Backend Framework

The framework is a demo for developing a new backend device used in ArmNN.

The original source code is downloaded from ARM official website(click here to download

However, the original source code is not compatible with the latest armnn branch(21_05).

So just create the repo for reference as some compile error fix.

You can clone it and place it to the armn/src/backends/ for your project without compile error.

More helpful info can be found in the document(Click here)

The Chinese tips can be found by click here

中文的开发介绍可以点击此处查看