Scenario Description
This section describes the environment variables that can be used during graph and operator build.
Graph and operator build is involved in the following scenarios:
- Use the ATC tool to convert the original AI framework model into an offline model adapted to Ascend AI Processor. For details about how to use the ATC tool, see ATC Instructions.
- Migrate TensorFlow/PyTorch framework network scripts to the Ascend platform for training.
- Migrate TensorFlow/PyTorch framework network scripts to the Ascend platform for online inference.
- Develop an Ascend graph by using the build API provided by the CANN and build a graph into an offline model or directly build a graph online.
- Use the AOE tool to tune the network. For details about how to use the AOE tool, see AOE Instructions.
Parent topic: Building