* Add IDEF0 A1 diagram
The diagram of the first level of decomposition was made.
It includes 5 stages:
- Setup configuration
- Import NN model
- High-level optimization
- Low-Level optimization
- Code generation
Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>
* Update IDEF0 A1: remove Target ISA and fix copy-paste error
High-Level optimization function doesn't reqiure anithing else but
only hogh-level optimization techniques. The rule Target ISA was
removed.
The copy-paste error was fixed "High-Level opt...> to "Low-Level..."
for block Low-Level optimization
Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>
* Change input from Setup Configuration block
The block Setup Configuration would produce the
configured session for other modules instead of just
produce parsed arguments
Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>
* Add mechanism for the block Setup configuration"
The block "Setup configuration" would be done by
Configuration system. That was missed on prev version
of diagram.
Signed-off-by: Sergey Vostokov <s.vostokov@samsung.com>