A glossary for(or used in) ONE-vscode
There are concepts only used in ONE-vscode. Let's investigate them.
Toolchain
is a collection of tools. Now you could think it as ONE
itself.
The word Backend
is used to a concept to wrap Toolchain
and others that related to Toolchain
.
ONE Explorer View
is a tree view for NN models and config file.
Compile
in ONE-vscode is doing Compile Steps
in a config file with Toolchain
.
- Import: Import a NN model to convert it to
circle
model. - Optimization: Try optimizing as possible by using
circle2circle
. - Quantization: Quantize
circle
model. - Codegen: Generate code as output for backend.
- Profile: Profile output with backend.
The above Compile Steps
is described in a ONE config file. The ONE config file is basically based on ini format.