Ascend CANN Parser (Parser for short) works with the TF_Adapter, ATC, and IR graph composition tools. By using these tools, developers can easily convert the algorithm representation of third-party frameworks into Ascend IRs, making full use of the excellent computing capability of Ascend AI Processors.
Parser is invoked as a dynamic library.
Parser supports source code compilation. Before source code compilation, ensure that the Ascend 910 AI Processors are available and the system meets the following requirements:
git clone --recursive
https://gitee.com/ascend/parser.git -b development
cd parser
chmod +x build.sh
Run the following command in the root directory of Parser:
bash build.sh
After the compilation is complete, the corresponding dynamic library file is generated in the output folder.
Make your contribution.
For details about the release notes, see RELEASE.
Apache License 2.0