Intended Audience
- The Ascend AI software stack does not support operators on a specific network.
- You would like to develop your own operators to improve computing performance.
- You would like to modify the computation logic of an operator.
This document is intended for developers who develop operators using the TBE. After reading this document, you will be able to:
- Understand the implementation principle and method of the TBE operator.
- Develop custom operators based on the samples provided in this document.
- Proficiency in Python/C++/C development
- Knowledge of mathematical expressions
- Knowledge of machine learning and deep learning
- Knowledge of TVM and the open source framework TensorFlow/Caffe