From edaaf4913428532c063e87f0433a132d7f156d42 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Fri, 21 Oct 2022 10:12:57 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/napi/mindspore-lite-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/napi/mindspore-lite-guidelines.md b/en/application-dev/napi/mindspore-lite-guidelines.md index 6da2fe2cfa..47ede47557 100644 --- a/en/application-dev/napi/mindspore-lite-guidelines.md +++ b/en/application-dev/napi/mindspore-lite-guidelines.md @@ -10,7 +10,7 @@ This document describes the general development process for MindSpore Lite model Before getting started, you need to understand the following basic concepts: -**Tensor**: a special data structure that is similar to arrays and matrices. It is basic data structure used in MindSpore Lite network operations. +**Tensor**: a special data structure that is similar to arrays and matrices. It is a basic data structure used in MindSpore Lite network operations. **Float16 inference**: a mode in which Float16 is used for inference. Float16, also called half-precision, uses 16 bits to represent a number. -- GitLab