You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
459 B
20 lines
459 B
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config NNABLA_RT
|
|
bool "NNABLA Runtime Libraries"
|
|
default n
|
|
---help---
|
|
This is a runtime library for inference Neural Networks
|
|
created by Neural Network Libraries.
|
|
https://github.com/sony/nnabla-c-runtime
|
|
|
|
if NNABLA_RT
|
|
|
|
config NNABLA_RT_VER
|
|
string "Default NNABLA Runtime version"
|
|
default 1.24.0
|
|
|
|
endif # NNABLA_RT
|
|
|