summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>2019-07-29 09:26:42 +0900
committer이성재/On-Device Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>2019-07-29 09:26:42 +0900
commit208d79f55fc292c32ac0e8e8194a04d091910852 (patch)
tree3da822bfc364927d90938153019fb66f2c0fc57e /docs
parentec136902b0d43e1a8a355a02e9a6eb7d4da0094d (diff)
downloadnnfw-208d79f55fc292c32ac0e8e8194a04d091910852.tar.gz
nnfw-208d79f55fc292c32ac0e8e8194a04d091910852.tar.bz2
nnfw-208d79f55fc292c32ac0e8e8194a04d091910852.zip
DR1 RNN requirements (#5772)
* DR1 RNN requirements Add requirements related to RNN networks remove redundant requirements Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/project/19_NN_Compiler_and_Runtime_SRS.rst11
-rw-r--r--docs/project/project_terms_and_abbreviation.rst6
2 files changed, 9 insertions, 8 deletions
diff --git a/docs/project/19_NN_Compiler_and_Runtime_SRS.rst b/docs/project/19_NN_Compiler_and_Runtime_SRS.rst
index 20ba338b7..50c40410e 100644
--- a/docs/project/19_NN_Compiler_and_Runtime_SRS.rst
+++ b/docs/project/19_NN_Compiler_and_Runtime_SRS.rst
@@ -117,15 +117,15 @@ Heterogeneous computing
- Requirement Name
- Description
- * - RF-?
+ * - RF-6
- HE: profiling
- Runtime should be able to gather or import information about execution time of specific operations
- * - RF-?
+ * - RF-7
- HE: scheduling
- Runtime should be able to use profile information to choose optimal assignment of operations to execution devices
- * - RF-?
+ * - RF-8
- HE: mixing backends
- Runtime should be able to mix different types of execution devices in one compilation to achieve best performance
@@ -133,8 +133,7 @@ Heterogeneous computing
RNN
---
-Detailed requirements will be described on DR1 milestone (end of July)
-
+No special requirements
SW Non-Functional Requirements
==============================
@@ -166,7 +165,7 @@ Reliability
- Description
* - RNF-2
- Reliability: input
- - If the incorrect input data are provided inference should not be performed, but user should be informed about all errors which were met
+ - If the incorrect input data is provided inference should not be performed, but user should be informed about all errors which were met
Security
--------
diff --git a/docs/project/project_terms_and_abbreviation.rst b/docs/project/project_terms_and_abbreviation.rst
index 6298b9f43..0b7be367b 100644
--- a/docs/project/project_terms_and_abbreviation.rst
+++ b/docs/project/project_terms_and_abbreviation.rst
@@ -20,6 +20,10 @@
- Neural network model (Instance of NN built with ML framework)
* - NN compiler
- The compiler for neural network
+ * - NN Package
+ - Serialized representation of NN model generated by NN Compiler
+ * - NN runtime
+ - Infrastructure to perform neural network inference
* - ML framework
- The machine learning framework
* - TF/TF Lite
@@ -38,6 +42,4 @@
- Computational Graph
* - RNN
- Recurrent Neural Network
- * - NN Package
- - Serialized representation of NN model generated by NN Compiler