Overview
This section describes how to call custom operators in the AI framework. As shown in the following figure, PyTorch supports single-operator and graph modes, while TensorFlow supports only the graph mode.
To call custom operators in the AI framework, you need to provide the code implementation file required for calling the CANN framework and plugin development.

Parent topic: AI Framework Operator Adaptation