Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

Simplify dependencies #2

@psyhtest

Description

@psyhtest

According to the Arm NN SDK build environment Tutorial:

Arm NN deprecated support for the Quantizer, Caffe parser and TensorFlow parser
in the 21.02 release. These are removed in the 21.05 release.

We have never seriously used the Caffe and TensorFlow parsers, so that doesn't concern us much. We can remove them from the documentation at least.

The 21.08 release of Arm NN removes the Boost library dependency. You are not
required to install the Boost library with 21.08 or later releases.

That's good news. Boost is always a pain to build, plus it takes close to 1GB. We should make this dependency conditional on all releases prior to 21.08.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions