Single-Operator API Execution
This section describes the APIs (such as aclnn and acldvpp) for calling operators in single-operator API execution mode. These APIs are important components of the CANN operator library (Operator Library API Reference). Table 1 lists the APIs.
The functions, prototypes, parameters, and calling examples in this section help you understand how to use operators and develop AI services efficiently.
- Prerequisites: Before calling the APIs, ensure that the driver, firmware, and CANN software package have been installed. For details about other requirements (such as applicable products and the header files and library files on which the APIs depend), see in Operator Library API Reference.
- Operator calling mode: For details about other calling modes except single-operator API execution, see Single-Operator Calling: Single-Operator API Execution, Single-Operator Model Execution, and Kernel Loading and Execution.
- Operator calling process: For details about the operator API calling process, see API Call Sequence of Single-Operator API Execution. To learn about calling examples, see Sample Code for Calling aclnn APIs.
Parent topic: Single-Operator Calling