Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
/ ck-armnn Public archive
forked from ctuning/ck-armnn

Collective Knowledge workflows for ArmNN

License

Notifications You must be signed in to change notification settings

dividiti/ck-armnn

 
 

Repository files navigation

Travis Build Status

This fork is maintained by dividiti Limited.

ArmNN installation

To install a particular version of ArmNN we have to combine three kinds of tags:

  • Frontend-related tags (based on supported ArmNN parsers): tf, tflite, onnx. These can be combined.

  • Backend-related tags (based on a specific build of ArmCL): neon, opencl. These can be combined or both missing (reference).

  • Version/Release-related tags: rel.20.08 (a particular frozen release), release (the latest stable release), dev (the live development branch). These are mutually exclusive. Exactly one Version/Release tag must be present.

Examples

The live development version supporting the TFLite frontend and Neon backend:

$ ck install package --tags=lib,armnn,tflite,neon,dev

The latest stable release supporting the TensorFlow frontend and OpenCL backend:

$ ck install package --tags=lib,armnn,tf,opencl,release

The 20.08 release supporting the TFLite and ONNX frontends and no optimized backends (i.e. reference):

$ ck install package --tags=lib,armnn,tflite,onnx,rel.20.08

About

Collective Knowledge workflows for ArmNN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.0%
  • C++ 36.3%
  • Python 16.7%