Introduction
Custom TBE Operator development APIs include operator implementation APIs, plugin implementation APIs, and prototype definition APIs, as summarized in the following table.
API Type |
Topic |
Description |
|---|---|---|
Operator implementation APIs |
TBE DSL APIs |
|
TBE TIK APIs |
||
APIs for debugging TBE DSL operators Used to debug TBE DSL operators on the CPU. |
||
APIs for obtaining Ascend AI Processor hardware information |
||
Verification/Operation TBE APIs for operator development |
||
APIs for registering and managing operator compute functions, which are provided by the TBE Register module |
||
APIs for managing context information at operator build time, which are provided by the TBE Context module |
||
APIs for implementing AI CPU operator code |