From 52f92038b0a022a31a30499710a6d6cdf7ef620b Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Mon, 29 May 2023 16:10:44 +0800 Subject: [PATCH] doc: add note about how to use tflm on nuclei riscv processor using nsdk 0.3.8 Signed-off-by: Huaqi Fang <578567190@qq.com> --- README.md | 2 ++ tensorflow/lite/micro/nuclei_demosoc/README.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb91f9e05d..5b5bbd7a815 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ TensorFlow Lite for Microcontrollers is a port of TensorFlow Lite designed to run machine learning models on DSPs, microcontrollers and other devices with limited memory. +> **NOTE**: Looking for how to run on Nuclei RISC-V Processor, please check [this guidance](tensorflow/lite/micro/nuclei_demosoc/README.md) + Additional Links: * [Tensorflow github repository](https://github.com/tensorflow/tensorflow/) * [TFLM at tensorflow.org](https://www.tensorflow.org/lite/microcontrollers) diff --git a/tensorflow/lite/micro/nuclei_demosoc/README.md b/tensorflow/lite/micro/nuclei_demosoc/README.md index 0dbed21b5de..53a968498e3 100644 --- a/tensorflow/lite/micro/nuclei_demosoc/README.md +++ b/tensorflow/lite/micro/nuclei_demosoc/README.md @@ -4,7 +4,11 @@ This folder contains TFLite kernel operations optimized for Nuclei RISC-V Proces It is designed to be portable even to 'bare metal', so it follows the same design goals as the micro experimental port. -## How to quick explore it +# How to quick explore it + +This TFLM support is done based on Nuclei SDK 0.3.8 release, see https://github.com/Nuclei-Software/nuclei-sdk/releases/tag/0.3.8 + +It mainly works on Nuclei Demo SoC, an fpga prototype SoC to test different kinds of Nuclei RISC-V Processor. ## Install third party requirements