Skip to content

Commit

Permalink
Document CMSIS-NN Options. (apache#9647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana Radhakrishnan authored and ylc committed Jan 13, 2022
1 parent 19bf69e commit 09175d4
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 09175d4

Please sign in to comment.