Skip to content

Commit

Permalink
Document CMSIS-NN Options. (#9647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana Radhakrishnan authored Dec 3, 2021
1 parent ce8cc54 commit 85fb3d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ set(USE_ETHOSN_HW OFF)
# Whether to build with Arm(R) Ethos(TM)-U NPU codegen support
set(USE_ETHOSU OFF)

# Whether to build with CMSIS-NN external library support.
# See https://github.com/ARM-software/CMSIS_5
set(USE_CMSISNN OFF)

# Whether to build with TensorRT codegen or runtime
# Examples are available here: docs/deploy/tensorrt.rst.
#
Expand Down

0 comments on commit 85fb3d3

Please sign in to comment.