Overview
After your custom operator is deployed in the operator library, you can perform system testing (ST) to verify functionality in real-device environment.
ST aims to generate the .om file of a single-operator based on the operator test case definition file (.json), load and execute the .om file by using AscendCL API calls, and verify the operator execution result accuracy.
ST covers the operator implementation file, operator prototype definition file, and operator information library only. It does not test the operator plugin.
Parent topic: Operator ST